.size-main {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}

.title-regular {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

@media (max-width: 767px) {
    .title-regular {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {

    .about-team__member .about-team__member-image:after,
    .about-team__member .about-team__member-image:before {
        display: none !important;
    }
}

.home-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(85, 81, 96);
}

.about-hero {
    background-size: cover;
}

@media (max-width:767px) {
    .about-hero {
        background-position: center;
    }
}

.about-hero__inner {
    height: 100vh;
    min-height: 400px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero__headline {
    display: flex;
    gap: 8px;
}

.about-hero__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.14;
    text-align: left;
    margin-top: -12px;
}

@media (max-width:768px) {
    .about-hero__title {
        font-size: 8vw;
        margin-top: -1.5vw;
        color: #fff;
    }
}

.about-simple {
    padding: 40px 0;
}

.about-simple__inner {
    padding: 40px;
    border-radius: 24px;
    background: #fcf9f3;
    display: flex;
    justify-content: space-between;
}

@media (max-width:991px) {
    .about-simple__inner {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
}

.about-simple__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
    text-align: left;
}

.about-simple__title p {
    margin: 0;
}

@media (max-width:991px) {
    .about-simple__title {
        margin-bottom: 16px;
    }
}

.about-simple__text {
    max-width: 650px;
    width: 100%
}

.about-simple__text p {
    margin-top: 0;
}

.about-simple__text p:not(:last-child) {
    margin-bottom: 16px;
}

.about-simple__text strong {
    padding: 12px 24px;
    border-radius: 8px;
    background: rgba(240, 136, 45, .15);
    color: #f0882d;
    font-weight: 600;
    display: block;
}

.about-simple2__inner {
    padding: 120px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

@media (max-width:991px) {
    .about-simple2__inner {
        flex-direction: column;
        justify-content: center;
    }
}

.about-simple2__subtitle {
    margin-bottom: 24px;
    color: #f0882d;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width:991px) {
    .about-simple2__subtitle {
        margin-bottom: 16px;
    }
}

.about-simple2__text {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
}

@media (max-width:991px) {
    .about-simple2__text {
        margin-bottom: 16px;
    }
}

.about-simple2 .text-box {
    max-width: 500px;
    width: 100%
}

.about-simple2 .img-box {
    max-width: 420px;
    width: 100%
}

.about-team__inner {
    padding: 40px 0;
}

.about-team__title {
    margin-bottom: 78px;
}

@media (max-width:768px) {
    .about-team__title {
        margin-bottom: 40px;
    }
}

.about-team__team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 58px 16px;
    position: relative;
}

@media (max-width:768px) {
    .about-team__team {
        gap: 32px 16px;
    }
}

.about-team__member {
    width: calc((100% - 64px)/ 5);
    position: relative;
}

.about-team__member:hover .about-team__member-image img {
    transform: scale(1.1);
}

.about-team__member:nth-child(5n-2):after {
    content: "";
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 2;
    height: 28px;
    width: 4px;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #eeecf5;
}

.about-team__member:nth-last-of-type(2):after {
    display: none;
}

.about-team__member:last-child:after {
    display: none;
}

@media (max-width:1024px) {
    .about-team__member:nth-child(5n-2):after {
        display: none;
    }
}

.about-team__member:nth-child(5n-4) .about-team__member-image:after {
    display: none;
}

.about-team__member:nth-child(3) .about-team__member-image:before {
    height: 28px;
    top: -42px;
}

@media (max-width:1024px) {
    .about-team__member:nth-child(3) .about-team__member-image:before {
        display: none;
    }
}

@media (max-width:1024px) {
    .about-team__member:last-child {
        margin-right: auto;
    }
}

@media (max-width:1024px) {

    .about-team__member:nth-child(3n),
    .about-team__member:nth-child(3n-2) {
        margin-right: 0;
    }
}

@media (max-width:1024px) {
    .about-team__member {
        width: calc((100% - 48px)/ 3);
    }
}

@media (max-width:1024px) {
    .about-team__member:nth-child(3n-2) .about-team__member-image:after {
        display: none;
    }
}

@media (max-width:767px) {
    .about-team__member {
        width: 100%
    }
}

.about-team__member .about-team__member-image:after,
.about-team__member .about-team__member-image:before {
    background-color: #eeecf5;
}

@media (max-width:767px) {

    .about-team__member .about-team__member-image:after,
    .about-team__member .about-team__member-image:before {
        display: none;
    }
}

.about-team__member-image {
    aspect-ratio: 1;
    position: relative;
}

.about-team__member-image:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 50%;
    z-index: 2;
    height: 16px;
    width: 4px;
    transform: translateX(50%);
    border-radius: 4px;
}

@media (max-width:1024px) {
    .about-team__member-image:before {
        display: none;
    }
}

.about-team__member-image:after {
    content: "";
    position: absolute;
    top: -30px;
    right: calc(100% + 8px);
    z-index: 2;
    height: 4px;
    width: calc(100% + 16px);
    transform: translateX(50%);
    border-radius: 4px;
}

@media (max-width:1024px) {
    .about-team__member-image:after {
        display: none;
    }
}

.about-team__member-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: transform .3s;
}

.about-team__member-image-inner {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.about-team__member-info {
    padding: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.about-team__member-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
}

.about-team__dot {
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f0882d;
}

.about-team__position {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    color: #555160;
}

.about-team__position p {
    margin-top: 0;
}

.header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 992px) {
    .header_menu {
        gap: 10px;
    }
}

.header_menu li:not(.book-call-btn) a {
    color: #181818;
}

.header_menu li:not(.book-call-btn) a:hover {
    color: #ff4f01;
}

#home-meetings-iframe {
    padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
    #home-meetings-iframe {
        padding-bottom: 40px !important;
    }
}