.sec-6{}
.main-support{
  text-align: left;
  max-width: 1660px;
  margin: 0 auto;
  background: linear-gradient(270deg, #0F2847 0%, #183B5C 35.54%, #0F2847 100%);
  padding: 55px 35px 66px 35px;
  position: relative;
  height: 483px;
  overflow: hidden;
}
.main-support__wrap{
    max-width: 556px;
    position: relative;
    z-index: 1;
}
.main-support__img{
    position: absolute;
    right: 58px;
    bottom: 0;
    height: 110%;
}
.main-support__subtitle{
    font-family: Inter;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2A8DB5;
    margin-bottom: 20px;
}
.main-support__wrap h2 {
    font-family: Georgia;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.main-support__desc{
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #CDD7FC;
}
@media (max-width: 1023.98px) {
    .main-support{
        padding-top: 25px;
    }
    .main-support__img{
        right: 50%;
        transform: translateX(50%);
    }
    .main-support__wrap h2{
        font-size: 44px;
    }
    .main-support__desc{
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .main-support__wrap{
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    .main-support__wrap h2{
        font-size: 24px;
    }
    .main-support__subtitle{
        font-size: 14px;
    }
    .main-support__desc{
        font-size: 12px;
    }
}
@media (max-width: 575.98px) {
    .main-support{
        height: 757px;
        padding: 23px 20px 23px 20px;
        overflow: hidden;
    }
    .main-support__img-wrap{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100% - 250px);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        scrollbar-width: none;
    }
    .main-support__img-wrap::-webkit-scrollbar{
        display: none;
    }
    .main-support__img{
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        height: 100%;
        width: auto;
        min-width: 730px;
        max-width: none;
        transform: none;
        margin: 0;
    }
    .main-support__wrap{
        max-width: 100%;
    }
    .main-support__subtitle{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .main-support__wrap h2{
        max-width: 276px;
        margin: 0 auto 5px auto;
    }
}
