.second-section {
  margin: 12rem 0;
}
.second-section-heading{
  margin-bottom: 7rem;
}
.second-section-heading h2{
  font-size: 5rem;
  font-family: 'work-sans-semibold', sans-serif;
}
.second-section-content-wrapper h3{
  font-family: 'work-sans-medium', sans-serif;
}
.second-section-content-wrapper p{
  font-size: 17px; !important;
}
.pointer-card-wrapper img{
  border-radius: 16px 16px 0 0;
}
.pointer-card{
  height: 100%;
  background: #f2f7ff70;
  border-radius: 0 0 16px 16px;
}
#second-section-content-wrapper{
  padding: 5rem 3rem;
}
.content-pointers-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 2rem;
}
.content-pointers-wrapper img {
  padding-top: 1.4rem;
}
.content-pointers-wrapper p {
  margin: 0.6rem 0 0 0;
}
.image-wrapper {
  display: flex;
  justify-content: flex-end;
}
.pointer-card > img:first-child {
  width: 100%;
}
@media(max-width:1024px){
  .second-section-content-wrapper p{
    font-size: 16px; !important;
  }
}
@media(max-width: 767px){
  .second-section-heading h2{
    font-size: 4rem;
  }
  .pointer-card-wrapper{
    margin-bottom: 4rem;
  }
}