/* Header */

.header-contact-list {
    display: none;
}

/* Title */

.title-title {
    width: 700px;
}

/* About */

.about-section {
    padding-top: 77px;
    padding-bottom: 77px;
}

.about-main-div {
    align-items: center;
}

.about-text-div {
    width: 459px;
}

.about-title {
    font-size: 40px;
    line-height: 1.375;
}

.about-img {
    width: 265px;
    height: 265px;
}

/* Srvices */

.services-container {
    max-width: 768px;
    padding: 0 15px;
    margin: 0 auto;
}

.services-header-div {
    padding-top: 55px;
    padding-bottom: 85px;
}

.sesvices-title {
    font-size: 40px;
    line-height: 1.375;
}

.services-list {
    gap: 70px;

    padding-bottom: 100px;
}


.service-div {
    width: 100%;

    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 40px;

    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%);

}

/* Choose */

.choose-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 75px;
    column-gap: 72px;
}

/* Contact */

.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 130px;
    padding-top: 200px;
}

.contact-map {
    width: 736px;
    height: 285px;

    margin-top: 100px;
}

/* Footer */

.footer-main-text {
    width: 320px;
}

.footer-copyright {
    font-size: 14px;
    text-align: center;

    padding-bottom: 25px;
}