#why-sos {
    border-bottom-right-radius: 252px;
}

.offshoring-container,
.outsourcing-container {
    background-color: #ddd;
    height: 100%;
    display: flex;
    border-radius: 60px;
    padding: 1rem 0;
}

.offshoring-container img,
.outsourcing-container img {
    position: absolute;
    bottom: 0;
    width: 319px;
}

.offshoring-container img,
.outsourcing-container img {
    transform: translateX(-41px);
    border-bottom-left-radius: 113px;
}

.sos-operation-header {
    font-size: 40px;
    font-weight: bold;
    color: #023953;
}

.why-sos-description {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}

.offshoring-description,
.outsourcing-description {
    padding: 10px;
    line-height: normal;
    font-size: 18px;
}

.sos-operation-description {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}

.header-security {
    font-size: 45px;
    line-height: 51px;
    font-weight: 800;
    color: #3f3f3f;
    letter-spacing: -2px;
    text-align: left !important;
}

.offshoring-container .title,
.outsourcing-container .title {
    font-weight: 700;
    font-size: 40px;
}

.header-sos-operation {
    font-size: clamp(40px, 5vw, 62px);
    line-height: 60px;
    font-weight: 800;
    color: #023953;
    letter-spacing: -1px;
    text-align: left !important;
}

#manage-team .bordered-icon {
    width: 180px;
    height: 180px;
    padding: 2.5rem;
    border: 2px dashed #047498;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s;
}

#manage-team .bordered-icon:hover{
    border: 2px dashed transparent;
}

#manage-team .bordered-icon:hover:after {
    animation: bordered-icon 10s linear infinite;
     opacity: 1;
}

#manage-team .bordered-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px dashed #047498;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

@keyframes bordered-icon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#manage-team .border-right {
    border-right: 1px solid #3333;
}

.security-container {
    background-color: #f6f7f9;
    padding: 2rem 3.5rem;
    height: 100%;
    border-radius: 60px;
}

.security-container .fa-li {
    color: #047498;
}

@media only screen and (max-width: 1500px) {
    .why-sos-description {
        font-size: 25px;
        line-height: 32px;
    }

    #why-sos {
        border-bottom-right-radius: 200px;
    }
}

@media only screen and (max-width: 1386px) {
    #why-sos {
        border-bottom-right-radius: 225px;
    }

    .custom-banner-img {
        display: flex;
        align-items: self-end;
    }
}

@media only screen and (max-width: 1300px) {
    .why-sos-description {
        font-size: 23px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1280px) {
    .why-sos-description {
        font-size: 21px;
        line-height: 25px;
    }

    #why-sos {
        border-bottom-right-radius: 180px;
    }

    .sos-operation-header {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .sos-operation-header {
        font-size: 30px;
    }

    #why-sos {
        border-bottom-right-radius: 260px;
    }
}

@media only screen and (max-width: 1024px) {
    #why-sos {
        border-bottom-right-radius: 176px;
    }

    .sos-operation-header {
        font-size: 29px;
    }

    .header-description p{
        line-height: 1.2;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 997px) {
    .custom-banner {
        margin-top: 96px;
    }

    .custom-banner-text {
        padding-top: 2rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media only screen and (max-width: 991px) {
    #border3,
    #border6 {
        border: none !important;
    }

    #border4 {
        border-right: 1px solid #3333;
    }
}

@media only screen and (max-width: 912px) {
    .why-sos-description {
        font-size: 18px;
        line-height: 25px;
    }

    .header-security {
        font-size: 38px;
        line-height: normal;
    }

    .sos-operation-description {
        font-size: 20px;
        line-height: normal;
    }

    .sos-operation-header {
        font-size: 26px;
    }
}

@media only screen and (max-width: 842px) {
    .why-sos-description {
        font-size: 16px;
    }

    .sos-operation-header {
        font-size: 25px;
    }
}

@media only screen and (max-width: 794px) {
    #why-sos {
        padding: 2rem 0 0;
    }

    .header-description p{
        font-size: 16px;
    }

}

@media only screen and (max-width: 767px) {
    #why-sos {
        padding: 0;
        border-bottom-right-radius: 0;
    }

    .first-section {
        margin-top: 90px
    }

    #manage-team h2 {
        text-align: center;
    }

    .header-description {
        font-size: 15px;
        line-height: 21px;
    }

    .offshoring-description,
    .outsourcing-description {
        font-weight: 600;
        color: #3c3c3c !important;
        padding: 10px;
        line-height: normal;
        font-size: 15px;
    }

    .sos-operation-description {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        line-height: 28px;
    }

    .sos-operation-header {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .outsourcing-container img,
    .offshoring-container img {
        width: 238px;
    }

    .outsourcing-container img {
        right: 0;
        transform: translateX(46px);
    }

    .offshoring-container .title,
    .outsourcing-container .title {
        font-weight: 700;
        font-size: 33px;
    }

    .custom-ops-img {
        padding: 0 !important;
        width: 7.5rem;
        height: auto;
    }

    .custom-entry {
        width: 17rem;
    }

    .custom-gen-cont {
        margin: 1rem 0;
        gap: 0.75rem;
    }

    .custom-ops-entry {
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin: 0 !important;
    }

    #border2,
    #border4 {
        border: none !important;
    }

    #border3 {
        border-right: 1px solid #3333 !important;
    }

    .custom-sec-net {
        gap: 2rem;
    }

    .header-description {
        text-align: center;
    }

    .security-container {
        padding: 2rem;
    }
}

@media only screen and (max-width: 575px) {
    .offshoring-container {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .outsourcing-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .outsourcing-container h2,
    .outsourcing-container p {
        text-align: center;
    }

    .offshoring-container img,
    .outsourcing-container img {
        transform: unset;
        position: relative;
    }

    .offshoring-container .title,
    .outsourcing-container .title {
        font-size: 30px;
        margin-top: 2rem;
    }

    .header-sos-operation {
        font-size: 34px;
    }

    .sos-operation-description {
        font-size: 19px;
    }

    .header-security {
        font-size: 32px;
    }

    #border1,
    #border3,
    #border5 {
        border: none !important;
    }

    #manage-team .border-right,
    #border4 {
        border-bottom: 1px solid #3333 !important;
    }
}

@media only screen and (max-width: 455px) {
    .custom-ops-entry {
        gap: 0.25rem;
    }

    .custom-entry {
        width: 18rem;
    }

    .custom-entry h3,
    .custom-entry li,
    .custom-entry p {
        text-align: center;
    }

    .custom-entry h3,
    .custom-entry ul,
    .custom-entry p {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 391px) {
    .first-section {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 320px) {
    .header-sos-operation {
        font-size: 29px;
    }
}

@media only screen and (max-width: 280px) {
    .offshoring-container .title,
    .outsourcing-container .title {
        font-size: 25px;
        margin-top: 2rem;
    }

    .header-sos-operation {
        font-size: 26px;
    }
}
