






/*Header*/
.projects-header {
    margin-top: 27px;
    margin-bottom: 54px;
}

.header-container {
    display: flex;
}
.header-left {
    width: 50%;
}
.header-right {
    width: 50%;
}
.header-right-mobile-title {
    display: none;
}
.header-left-mobile-title img, .header-right-mobile-title img {

    flex-shrink: 0;
}

.header-left-title {
    color: #454545;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
    margin-top: 22px;
    margin-bottom: 9px;
}
.header-left-sub-title {
    color: rgba(211, 40, 12, 0.85);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.provided-services-container {
    margin-top: 57px;
}

.provided-services-title {
    color: rgba(69, 69, 69, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin-bottom: 23px;
}
.provided-services {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.provided-services a {
    color: #585858;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    border-radius: 100px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    padding: 11px 30px;
}
/*Header*/








/*Description*/
.description-title {
    color: #454545;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 217.391% */
    margin-bottom: 24px;

}

.description-paragraph-container {
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin-bottom: 24px;
}
.description-paragraph-container ol {
    margin-top: 24px;
    margin-bottom: 24px;
}


/*Description*/




/*Offers*/

.offers-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.offers {
    margin-top: 86px;
    margin-bottom: 160px;
}

.offers-title {
    color: #454545;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 217.391% */
    margin-bottom: 36px;
}
.offers-card {
    border-radius: 15px;
    background: #F4F4F4;
    padding: 23px 27px 26px 36px;
    width: 47%;
    margin-top: 7px;
}
.offers-card-top {
    display: flex;
}

.offers-card-top-left {
    width: 70%;
    padding-right: 40px;
}
.offers-card-top-right {
    width: 30%;
}

.offers-card-top-left-img {
    display: none;
    width: 90%;
    height: 240px; /* Set the maximum height */
    flex-shrink: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 27px;
    overflow: auto; /* Add overflow property to enable vertical scrolling if needed */
}

.offers-card-top-left span {
    color: rgba(211, 40, 12, 0.85);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.offers-card-top-title {
    color: #454545;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    margin-top: 8px;
    margin-bottom: 20px;
}

.offers-card-top-description {
    color: #454545;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.offers-card-top-right img {
    width: 100%;
}

.offers-card-characteristics {

}
.offers-card-characteristics-title {
    color: #454545;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin-bottom: 20px;
}

.offers-card-characteristics-paragraph {
    color: #454545;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 20px;
}

.offers-card-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers-card-order-btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    border-radius: 100px;
    background: rgba(211, 40, 12, 0.85);
    border: none;
    padding: 13px 13px;
    width: 172px;
}

.offers-card-order div {
    border-radius: 15px;
    background: #FFF;
    padding: 10px 30px;
}

.offers-card-order-amount, .offers-card-order-price {
    color: rgba(211, 40, 12, 0.85);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
    text-align: center;
}

.offers-card-order-amount span, .offers-card-order-price span {
    color: #454545;
}

/*Offers*/





@media (max-width: 1399px) {
    .offers-card-top {
        margin-bottom: 20px;
    }
    .offers-card-top-right {
        width: 40%;
    }
    .offers-card-top-left {
        width: 60%;
        padding-right: 29px;
    }
}

@media (max-width: 1199px) {
    .projects-header {
        margin-top: 0px;
    }
    .header-container {
        flex-direction: column-reverse;
    }
    .header-left {
        width: 100%;
    }
    .header-right {
        width: 100%;
    }
    .header-right-mobile-title {
        display: block;
    }
    .header-right-mobile-title img{
        margin-top: 20px;
    }
    .header-mobile-mobile-title {
        display: none;
    }
    .header-left-sub-title {
        margin-bottom: 28px;
    }




    .offers-card-top-right {
        display: none;
    }
    .offers-card-top-left-img {
        display: block;
    }
    .offers-card-top-left {
        width: 100%;
        padding-right: 0;
    }

    .offers-card {
        padding: 30px 20px;
    }

    .offers-card-characteristics-paragraph {
        margin-bottom: 38px;
    }

    .offers-card-order {
        justify-content: space-between;
        align-items: start;
        flex-direction: column-reverse;
    }

    .offers-card-order-btn {
        width: 140px;
    }
    .offers-card-order div {
        padding: 10px 21px;
        margin-bottom: 38px;
    }


}
@media (max-width: 991px) {
    .offers-card-top-left-img {
        width: 100%;
    }

    .offers-card-characteristics-paragraph, .offers-card-top-description {
        font-size: 12px;
    }
}
@media (max-width: 769px) {
    .offers-card {
        width: 100%;
    }

    .offers-card-top-right {
        display: block;
    }
    .offers-card-top-left-img {
        display: none;
    }

    .offers-card-top-left {
        width: 59%;
    }

    .offers-card-order {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .offers-card-order div {
         margin-bottom: 0px;
    }

    .offers-card-characteristics-paragraph, .offers-card-top-description {
        font-size: 13px;
    }
}


@media (max-width: 500px) {

    .offers-card-top-right {
        display: none;
    }
    .offers-card-top-left-img {
        display: block;
    }
    .offers-card-top-left {
        width: 100%;
    }

    .offers-card-order {
        justify-content: space-between;
        align-items: start;
        flex-direction: column-reverse;
    }

    .offers-card-order div {
        margin-bottom: 38px;
    }
    .offers-card-characteristics-paragraph, .offers-card-top-description {
        font-size: 14px;
    }
    .offers-card-top-left-img {
        height: 277px;
    }

}