html,
body {
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: #F4F7FF;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    position: relative;
}

p, h2 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

header {
    background: #fff;
}

.promo-section {
    position: relative;
    background: #F4EDDF;
    padding: 30px 0 60px;
}

.promo-section-title {
    font-size: 42px;
    color: #24416B;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: normal;
}

.promo-section-subtitle {
    font-size: 26px;
    color: #24416B;
    font-weight: bold;
    margin-bottom: 20px;
}

.promo-section-text {
    color: #435C80;
    font-size: 18px;
    line-height: 28px;
}

.promo-section-nav {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #7989A1;
    position: relative;
    display: inline-block;
}

.promo-section-nav::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -10px;
    width: 100px;
    height: 2px;
    background: #F9B60D;
    border-radius: 25px;
}

.promo-section-banner {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    position: relative;
    background: url("../img/group-image.webp") 0 0 no-repeat;
    background-size: cover;
    background-position: center;
}

.promo-section-banner img {
    width: 100%;
    display: block;
}

.promo-section-services {
    display: flex;
    justify-content: center;
}

.promo-section-service-item {
    text-align: center;
    color: #7989A1;
    font-size: 15px;
    border: 1px solid #F9B60D;
    background: #ffff;
    max-width: 448px;
    border-radius: 12px;
    padding: 15px;
    line-height: 25px;
    box-sizing: border-box;
}

.promo-section-service-item p b {
    margin-bottom: 5px;
    display: block;
}

.promo-section-service-item:not(:last-child) {
    margin-right: 30px;
}

.container {
    max-width: 1627px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    box-sizing: border-box;
}

.nav-mobile {
    display: none;
}

.text-section,
.promo-section {
    text-align: center;
}

.text-section {
    margin-top: 30px;
}

nav {
    display: flex;
    align-items: center;
}

.contact-us,
nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3D567D;
    font-size: 16px;
    font-weight: 500;
    width: 138px;
    padding: 9px 0;
    text-align: center;
    border-radius: 8px;
}

nav a:hover {
    color: #fff;
    background: #F9B60D;
}

nav a:not(:last-child) {
    margin-right: 20px;
}

nav img {
    margin-right: 20px;
}

.contact-us {
    border-radius: 8px;
    color: #3D567D;
    padding: 10px 21px;
    background: #F9B60D;
}

.contact-us:hover {
    filter: brightness(1.1);
}

.text-section-referance p {
    font-size: 18px;
    color: #435C80;
}

.text-section-ref--highlight {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer {
    color: #CBBDB1;
    text-align: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.footer span {
    font-size: 14px;
}

.logo {
    display: block;
    width: 16%;
}

.logo img {
    width: 100%;
}

.promo-section-services {
    padding: 0 15px;
}

.promo-section-services-page .promo-section-nav::before {
    width: 129px;
}

 h6 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
}

.promo-section-services-page .promo-section-service-item {
    display: block;
    max-width: 304px;
}

.promo-section-about-header #aboutUs {
    background: #F9B60D;
}

.promo-section-services-header #ourServices {
    background: #F9B60D;
}

@media (min-width: 1441px) {
    main {
        min-height: 1000px;
    }
    .promo-section-banner {
        height: 920px;
    }
}

@media (max-width: 1440px) {
    .promo-section-service-item {
        font-size: 14px;
        line-height: 22px;
    }
    .promo-section-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .promo-section-nav {
        margin-bottom: 30px;
    }

    .promo-section {
        padding-bottom: 20px;
    }
}

