.services-page-bottom {
    position: relative
}

.services-page-bottom-absolute {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 12px;
    padding: 30px;
    backdrop-filter: blur(2px) saturate(40%) contrast(100%);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    max-width: 576px;
}

.services-page-texts {
    display: flex;
    flex-direction: column
}

.services-page-text1 {
    font-size: 18px;
    color: #FFFFFF
}

.services-page-text2 {
    font-size: 36px;
    color: #E5DCC3
}

.services-page-contacts {
    display: flex;
    flex-direction: column;
    margin-top: 35px
}

.services-page-link {
    width: max-content;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all
}

.services-page-link:nth-child(1) {
    color: #fff
}

.services-page-link:nth-child(2) {
    color: #E5DCC3
}

@media (min-width: 1025px) {
    .services-page-link:hover {
        transform: translateX(8px)
    }
}

@media (max-width: 1559px) {
    .services-page-bottom img {
        height: 340px;
        object-fit: cover;
        max-height: 340px
    }

    .services-page-bottom-absolute {
        padding: 22px
    }

    .services-page-contacts {
        margin-top: 24px
    }

    .services-page-text2 {
        font-size: 30px
    }

    .services-page-link {
        font-size: 21px
    }
}

@media (max-width: 1199px) {
    .services-page-text1 {
        font-size: 16px
    }

    .services-page-text2 {
        font-size: 25px
    }

    .services-page-link {
        font-size: 17px
    }

    .services-page-contacts {
        margin-top: 22px
    }
}

@media (max-width: 1024px) {
    .services-page-bottom-absolute {
        left: 14px;
        right: 14px
    }

    .services-page-bottom img {
        height: 300px
    }

    .services-page-bottom-absolute {
        padding: 18px
    }

    .services-page-text2 {
        font-size: 22px
    }

    .services-page-link {
        font-size: 16px
    }

    .services-page-contacts {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .services-page-bottom img {
        height: 230px
    }

    .services-page-text1 {
        font-size: 14px
    }

    .services-page-text2 {
        font-size: 18px
    }

    .services-page-link {
        font-size: 15px
    }

    .services-page-bottom-absolute {
        bottom: 14px;
        padding: 14px
    }
}

@media (max-width: 375px) {
    .services-page-text2 {
        font-size: 17px
    }

    .services-page-link {
        font-size: 14px
    }

    .services-page-contacts {
        margin-top: 14px
    }
}
