﻿.somtel-commitment-background {
    padding: clamp(20px, 6vw, 50px) clamp(20px, 5vw, 50px);
}

.somtel-box.roaming-ready-section {
    background-color: #fed700;
}

.somtel-card-content {
    font-size: clamp(18px, 4vw, 30px);
    line-height: clamp(18px, 4vw, 30px);
    font-weight: 700;
    color: var(--somtel-blue-2);
    font-style: italic;
}

.somtel-box {
    border-radius: 50px;
}

.somtel-box-wrapper-2 {
    max-width: 100%
}

.somtel-svg {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
}

.employee-img-wrapper {
    border: 2px solid #ffd700;
    width: 200px;
    overflow: hidden;
}

    .employee-img-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.employee-info small, .employee-info h5 {
    color: var(--somtel-blue-2)
}

.employee-info h5 {
    margin-bottom: 0px;
}

.muuse-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    color: white;
    width: 50%;
    background: linear-gradient(277deg, #ffd700 60%, #ffd70021 90%, transparent 100%);
    padding: 4vw 2vw;
}

    .muuse-text-wrapper h3 {
        color: var(--somtel-blue-2) !important;
        font-weight: 700;
        font-size: clamp(14px,3vw,60px);
        line-height: clamp(14px,3vw,60px);
    }

    .muuse-text-wrapper p {
        font-size: 2.8vw;
        line-height: 3vw;
        margin-bottom: 5px;
        color: var(--somtel-blue-2) !important;
    }

.deeqa-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    color: white;
    width: 50%;
    background: linear-gradient( 89deg, var(--somtel-blue-2) 20%, #29346263 80%, transparent 100%);
    padding: 4vw 2vw;
}

    .deeqa-text-wrapper h3 {
        color: #ffd700 !important;
        font-weight: 700;
        font-size: clamp(14px,3vw,60px);
        line-height: clamp(14px,3vw,60px);
        font-style: italic;
    }

    .deeqa-text-wrapper p {
        font-size: 2.8vw;
        line-height: 3vw;
        margin-bottom: 5px;
        color: white !important;
    }

.employee-border {
    border-right: 2px solid #ffd700;
}

.banner-heading {
    font-weight: 700;
    color: #ffd700 !important;
}

.somtellife-content {
    font-size: clamp(15px,1.1rem,22px)
}

@media(max-width:992px) {
    .employee-border {
        border: none;
    }
}

@media(max-width:600px) {
    .somtel-svg {
        border-radius: 35px;
    }
}

@media (max-height: 700px) and (max-width: 500px) {
    .somtel-card-content {
        font-size: clamp(14px, 2.5vw, 22px);
        line-height: clamp(14px, 2.5vw, 22px);
        margin-bottom: 5px;
    }
}
/*@media(max-width:710px){
    .muuse-image-wrapper{
        height:200px;
    }
    .muuse-image-wrapper p, .deeqa-text-wrapper p{
        font-size:17px;
        line-height:17px;
    }
    .muuse-image-wrapper h3, .deeqa-text-wrapper h3{
        font-size:24px;
        line-height:24px;
    }
}
@media(max-width:610px){
    .muuse-image-wrapper p, .deeqa-text-wrapper p {
        font-size: 15px;
        line-height: 15px;
    }

    .muuse-image-wrapper h3, .deeqa-text-wrapper h3 {
        font-size: 22px;
        line-height: 22px;
    }
}
@media(max-width:540px){
    .muuse-image-wrapper p, .deeqa-text-wrapper p {
        font-size: 14px;
        line-height: 14px;
    }

    .muuse-image-wrapper h3, .deeqa-text-wrapper h3 {
        font-size: 21px;
        line-height: 21px;
    }
}
@media(max-width:500px){
    .muuse-image-wrapper p, .deeqa-text-wrapper p {
        font-size: 14px;
        line-height: 14px;
    }

    .muuse-image-wrapper h3, .deeqa-text-wrapper h3 {
        font-size: 21px;
        line-height: 21px;
    }
}*/
