.section-1 {
    padding-block: 120px 150px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.section-1 img {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}
.section-1 h1 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #456BA5;
    margin-top: 24px;
}


@media (max-width: 768px) {
    .section-1 img {
        width: 72px;
        height: 72px;
    }
    .section-1 h1 {
        font-weight: 700;
        font-size: 28px;
       
    }
    .content-2 h3 {
        font-size: 24px;
      }
    
      .content-2 p {
        font-size: 19px;    
      }
    
  }

  .content-2 {
    margin-top: 80px;
  }

  .content-2 h3 {
    font-size: 32px;
    font-weight: 500;
    color: #252525;
    margin-inline: 20px;
    text-align: center;
  }

  .content-2 p {
    font-size: 20px;
    color: #252525;
    text-align: center;
    margin-inline: 20px;
  }

  .section-1 button {
    border: none;
    gap: 12px;
    display: flex;
    margin: auto;
    margin-top: 80px;
    font-size: 20px;
    width: fit-content;
    padding-inline: 28px;
    font-weight: 400;
  }