.related-solution-section {
    margin: 154px 0 200px;
    position: relative;
}

.related-solution-section .service-container {
    display: flex;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    gap: 33px;
  flex-wrap: wrap;
}

.related-solution-section .service-container .single-title {
    font-family: Biotif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.16px;
    margin: 20px 0 13px 0;
    padding: 0;
    color: #243647;
}

.related-solution-section .service-container .single-item {
    border-radius: 20px;
    padding: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(33.333% - 22px);
}


.related-solution-section .service-container .single-item .image-icon-box {
    background-color: #C9D6DA;
    display: inline-flex;
    width: 77px;
    height: 77px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.related-solution-section .service-container .single-item-1 {
    background: #FFCBB6;
}

.related-solution-section .service-container .single-item-2 {
    background: #D1E9ED;
}

.related-solution-section .service-container .single-item-3 {
    background: #FFE0AF;
}

.related-solution-section .service-container .single-item.single-item-1 .image-icon-box {
    background: #FDAD94;
}

.related-solution-section .service-container .single-item.single-item-2 .image-icon-box {
    background: #A7D4DD;
}

.related-solution-section .service-container .single-item.single-item-3 .image-icon-box {
    background: #FDCB82;
}


.related-solution-section .service-container .single-item .single-content p {
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    padding: 0;
    color: #000000;
}

.related-solution-section .service-container .single-item .single-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-solution-section .service-container .single-item .single-content p:only-child {
    margin-bottom: 0;
}

.related-solution-section .main-title-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.related-solution-section .main-title-wrapper h2 {
    font-family: 'Biotif';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0A1B2B;
    margin: 0;
}

.related-solution-section .main-title-wrapper p.sub-title-text {
    color: #000;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Biotif';
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}
.related-solution-section  .button-block a {
    background: #ffbe63;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    min-width: 190px;
    display: inline-block;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.related-solution-section  .button-block {
    margin-top: 30px;
}

.related-solution-section  .button-block a:hover {
    background: #fda72e;
    color: #000;
}

.related-solution-section .single-item-2 .button-block a {
    background: #243647;
    color: #fff;
}
.related-solution-section .single-item-2 .button-block a:hover {
    background-color: #000;
}
.related-solution-section .single-item-1 .button-block a {
    background-color: #F87252;
    color: #fff;
}
.related-solution-section .single-item-1 .button-block a:hover {
    background-color: #f7522a;
}
.related-solution-section .service-container .v-space-control {
    flex-grow: 1;
    flex-shrink: 1;
}

@media(max-width: 1360px) {
    .related-solution-section {
        margin: 100px 0;
    }
    .related-solution-section .main-title-wrapper h2 {
        font-size: 42px;
    }

}
@media(max-width: 1024px) {
    .related-solution-section {
        margin: 80px 0;
    }
    .related-solution-section .main-title-wrapper h2 {
        font-size: 36px;
    }
    .related-solution-section .main-title-wrapper {
        margin: 0 auto 30px;
    }
    
    .related-solution-section .service-container .single-item {
        padding: 30px;
    }
    
    .related-solution-section .service-container .single-title {
        font-size: 26px;
    }
}
@media(max-width: 991px) {
    .related-solution-section {
        margin: 60px 0;
    }
    .related-solution-section .main-title-wrapper h2 {
        font-size: 32px;
        margin: 0 0 5px;
    }
    .related-solution-section .service-container {
        padding: 0 20px;
        gap: 20px;
    }
    
    .related-solution-section .service-container .single-item {
        width: calc(33.333% - 13.333px);
    }
    
    .related-solution-section .service-container .single-title {
        font-size: 22px;
    }
    .related-solution-section .main-title-wrapper {
        margin: 0 auto 20px;
    }
    .related-solution-section .button-block a {
        min-width: unset;
        width: 100%;
    }
}
@media(max-width: 767px) {
    .related-solution-section {
        margin: 40px 0;
    }
    .related-solution-section .main-title-wrapper h2 {
        font-size: 28px;
    }
    .related-solution-section .service-container {
        flex-direction: column;
    }
    .related-solution-section .service-container .single-item {
        width: 100%;
    }
}



