.firstscreen__row {
    display: flex;
    align-items: center;
}

.firstscreen .firstscreen__title {
    background: unset;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    /* max-width: 500px; */
    color: #FFFFFF!important;
}
.firstscreen__btn {
    height: 65px;
    width: 100%;
    max-width: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}
.firstscreen__text p {
    color: #A8A8AC;
}

.full-text {
    display: none;
}
.firstscreen .read-more {
    cursor: pointer;
}

.firstscreen .read-more {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all ease 0.2s;
}

.firstscreen .read-more::after{
    content: '';
    width: 10px;
    height: 10px;
    transition: all ease 0.2s;
    background: center/ contain no-repeat url("/wp-content/uploads/2024/08/read-more.svg");
}

.rotate.read-more::after {
    transform: rotate(180deg);
}

@media screen and (min-width: 992px){
    .firstscreen {
        padding: 12px 0 0 0;
        margin-bottom: 65px;
    }

    .firstscreen__body {
        flex-basis: 702px;
    }

    .firstscreen__image {
        flex-basis: 580px;
    }
    .firstscreen__image img{
        margin-left: 63px;
    }

    .firstscreen__title {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 991.98px){
    .firstscreen {
        padding: 21px 0px 0px 0px;
    }

    .firstscreen__title {
        margin-bottom: 20px;
    }

    .firstscreen__row {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .firstscreen__body{
        /* margin-top: -55px; */
        margin-top: -27px;
    }
    .firstscreen__image{
        margin-top: -20px;
    }
    .short-description.text1 p{
        overflow-y: hidden;
        height: 66px;
    }
}

@media screen and (max-width: 440px){
    .firstscreen__btn {
        max-width: 100%;
    }
}
