body .section-porftolio-head {
    position: relative;
    overflow: hidden;
    background-image: var(--what-we-do-bg);
}

body .section-porftolio-head .section-customers-text {
    position: absolute;
    bottom: 60px;
    top: auto;
    left: 50%;
    max-width: 1065px;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 1;
}

body .section-porftolio-head .section-customers-center-text,
body .section-porftolio-head .section-customers-small-text {
    position: static;
    max-width: 70%;
    text-align: left;
}

body .section-porftolio-head .section-customers-center-text {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 50px;
    font-weight: 900;
    text-transform: none;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
}

body .section-porftolio-head .section-customers-small-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 1060px) {
    body .body .main-game-container {
        width: 100%;
    }

    body .section-porftolio-head {
        background-size: contain;
    }

    body .section-porftolio-head .section-customers-center-text,
    body .section-porftolio-head .section-customers-small-text {
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    body .section-porftolio-head {
        min-height: 420px;
        height: auto;
    }

    body .section-porftolio-head .section-customers-center-text,
    body .section-porftolio-head .section-customers-small-text {
        max-width: 100%;
    }

    body .section-porftolio-head .section-customers-center-text {
        font-size: 36px;
    }

    body .section-porftolio-head .section-customers-small-text {
        font-size: 14px;
    }
}

.customers-cover-testimonial-image {
    object-fit: cover;
}

@media (max-width: 576px) {
    body .section-porftolio-head {
        min-height: 480px;
        height: auto;
        background-size: contain;
    }

    body .section-porftolio-head .section-customers-center-text {
        font-size: 28px;
    }

    body .section-porftolio-head .section-customers-small-text {
        font-size: 13px;
        line-height: 1.4;
    }
}
