body {
    font-family: "Inter", sans-serif;
}

#mainWrapper .navbar {
    display: none !important;
}

.main {
    padding: 0 !important;
}

.header {
    margin-bottom: 0;
}

section {
    text-align: center;
    padding: 3rem 1.5rem;
}
section.service-heading {
    background-color: #3A8FCF;
    padding-bottom: 10px;
    padding-top: 0;
  }
  
  section.service-heading .inner {
    border-bottom: 2px dashed #fff;
    text-align: left;
    padding: 60px 0 50px;
  }
  
  section.service-heading h1 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
  }
  
  section.services-content {
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
  }
  
  section.services-content .container {
    padding-top: 3rem;
  }
  
  section.services-content .services-left {
    text-align: left;
  }
  
  
  section.services-content .services-left h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  section.services-content .services-left p,
  section.services-content .services-left li {
    font-size: 20px;
  }
  
  section.services-content .services-left p {
    line-height: 42px;
  }
  
  section.services-content .services-left ul {
    line-height: 36px;
    margin-bottom: 3rem;
  }
  section.services-content .services-left .suf-button {
    padding: 16px 10px;
    color: #fff;
    border-radius: 3px;
    background-color: #1A6DAA;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.services-content .services-left .suf-button:hover {
    text-decoration: none;
    background-color: #3A8FCF;
  }
  
  section.services-content .image-column {
    display: flex;
    flex-direction: column;
  }
  
  section.services-content .image-column img {
    max-width: 300px;
    height: auto;
  }
  
  section.services-content .image-column .img-1 {
    margin-left: -40px;
  }
  
  section.services-content .image-column .img-2 {
    margin-top: -240px;
  }
  
  section.services-content .image-column .img-3 {
    margin-top: -260px;
    margin-left: -140px;
  }
  
  section.image-row {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    max-width: 100%;
  }
  
  section.image-row img {
    max-height: 300px;
    width: 300px;
  }

  section.first-row {
    padding-bottom: 2rem;
  }
  
  section.huge-success {
    padding: 0 0 10px;
  }
  
  section.huge-success .inner {
    background-color: #FBC436;
    padding: 50px 0;
  }
  
  section.huge-success .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 3rem;
  }
  
  section.huge-success .image-block {
    display: block;
    height: 300px !important;
    width: 300px !important;
    border-radius: 300px;
    background-color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, .25);
  }
  
  section.huge-success .image-block-inner {
    background-image: url('46.jpg');
    background-size: cover;
    background-position: center;
    height: 270px;
    width: 270px;
    border-radius: 270px;
  }
  
  section.huge-success .content-block {
    color: #000;
    text-align: left;
    max-width: 600px;
    display: flex;
    flex-direction: column;
  }
  
  section.huge-success .content-block h1 {
    font-size: 62px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  section.huge-success .content-block h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 500;
  }
  
  section.huge-success .content-block p {
    opacity: 0.8;
    margin-bottom: 40px;
    font-size: 18px;
  }
  
  section.huge-success .content-block a {
    color: #000;
    border-radius: 3px;
    background-color: #fff;
    padding: 14px 0;
    opacity: 0.6;
    font-weight: bold;
    max-width: 165px;
    display: flex;
    justify-content: center;
  }
  
  section.huge-success .content-block a:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  @media screen and (max-width: 1018px) {
  
    section.huge-success .image-block,
    section.huge-success .image-block-inner {
        display: none;
    }
  
    @media screen and (max-width: 826px) {
        section.services-content {
            flex-direction: column;
            row-gap: 3rem;
        }
  
        section.services-content .image-column {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
  
        section.services-content .image-column img {
            max-width: 100%;
            max-height: 280px;
        }
  
        section.services-content .image-column .img-1 {
            margin-left: 0;
        }
  
        section.services-content .image-column .img-2 {
            margin-top: 0;
        }
  
        section.services-content .image-column .img-3 {
            margin-top: 0;
            margin-left: 0;
        }
    }
  
    @media screen and (max-width: 706px) {
        section.services-content .image-column {
            display: none;
        }
    }
    @media screen and (max-width: 934px) {
        section.image-row {
            display: none;
        }
    }
  }