.main__container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.section {
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
}

/* Header Styles */
.logo__container {
    padding: 25px 0;
}
.logo__img {
    width: 60px;
}
.header__info {
    background-color: #262628;
    color: #fff;
    padding: 3px 15px;
}
.header__icon {
    width: 15px;
    color: #fff;
}
/* End of header styles */

/* Hero Section */
.hero__section {
    padding: 0;
    background-color: #262628;
}
.hero__container {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 25px;
}
.hero__row {
    margin: 0;
    border: 1px solid #fff;
}
.hero__text--container {
    padding: 60px 45px;
}
.hero__title {
    font-size: 75px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
}
.hero__title .red {
    color: #b72122;
}
.hero__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hero__list--item {
    position: relative;
    padding: 0 0 0 50px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    line-height: 0.92;
    margin: 0 0 25px 0;
}
.hero__list--item:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #b72122;
    top: 10px;
    left: 25px;
    z-index: 1;
}
.hero__subtitle {
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9;
}
.hero__subtitle .red {
    color: #b72122;
}
.form__container {
    background-color: #f5f6f7;
    max-width: 500px;
    margin: 60px auto;
    color: #262626;
    padding: 20px;
}
.form__title {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.form__comment {
    color: #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: right;
    margin: 0;
}
.contact__form {
    box-shadow: 1px 1px 5px #eee;
    background-color: #fff;
    padding: 25px;
}
.form__row {
    margin: 0 0 25px 0;
}
.form__input {
    display: block;
    width: 100%;
    padding: 5px 2px 8px 2px;
    color: #262626;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.form__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626;
}
.form__input::-moz-placeholder { /* Firefox 19+ */
  color: #262626;
}
.form__input:-ms-input-placeholder { /* IE 10+ */
  color: #262626;
}
.form__input:-moz-placeholder { /* Firefox 18- */
  color: #262626;
}
.form__text {
    color: #000;
    font-size: 11px;
}
.form__submit {
    background-color: #40a421;
    display: block;
    margin: 20px auto;
    border: none;
    border-radius: 6px;
    width: 100%;
    max-width: 330px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding: 10px 10px 12px 10px;
    transition: all 0.3s ease;
}
.form__submit:hover {
    background-color: #2f7a18;
}
/* End of hero section */

/* Whyus section */
.whyus__section {
    background-color: #f5f6f7;
    padding: 80px 0 180px 0;
}
.whyus__title {
    font-size: 40px;
    font-size: 400;
    margin: 0 0 40px 0;
    text-align: center;
}
.whyus__text {
    color: #262626;
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.whyus__outer--wrapper {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); 
    background-color: #eaebed;
    padding: 20px;
}
.whyus__inner--wrapper {
    border: 2px solid #fff;
    padding: 45px 20px 0 20px;
}
.whyus__subtitle {
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    font-weight: 800;
    margin: 0 0 50px 0;
    font-size: 30px;
}
.item__text {
    color: #262626;
    font-weight: 600;
    text-align: center;
}
.whyus__img {
    width: 100%;
    max-width: 100px;
}
/* End of whyus Section */

/* Awards Section */
.awards__section {
    margin: 270px auto 50px auto;
}
.awards__title {
    text-align: center;
    font-size: 40px;
    color: #262626;
    font-weight: 400;
    margin: 0 0 80px 0;
}
.awards__img {
    display: block;
    margin: 0 auto 100px auto;
    width: 100%;
    max-width: 552px;
}
.awards__cta {
    display: block;
    text-align: center;
    color: #0944bc;
    font-size: 40px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.awards__cta:hover {
    color: #07328b;
}
/* End of Awards Section */

/* Footer Styles */
.footer__section {
    background-color: #262628;
    color: #fff;
    padding: 40px 10px;
}
.footer__text {
    font-size: 12px;
}
.footer__link {
    color: #fff;
    text-decoration: underline;
}
/* End of Footer Styles */

/* Media Styles */
@media all and (max-width: 1350px){
    .logo__container {
        padding: 10px 0;
    }
    .logo__img {
        margin: 0 0 0 15px;
    }
    .hero__title {
        font-size: 36px;
    }
    .hero__list--item {
        font-size: 28px;
    }
    .hero__subtitle, .awards__cta, .awards__title {
        font-size: 32px;
    }
    .form__title {
        font-size: 22px;
    }
}

@media all and (max-width: 998px) {
    .whyus__outer--wrapper {
        position: static;
        transform: none;
    }
    .whyus__section {
        padding-bottom: 0;
    }
    .awards__section {
        margin-top: 50px;
    }
}

@media all and (max-width: 720px) {
    .hero__title, .whyus__title {
        font-size: 28px;
    }
    .hero__list--item {
        font-size: 22px;
    }
    .hero__subtitle, .awards__cta, .awards__title, .form__submit {
        font-size: 24px;
    }
    .form__title, .whyus__text {
        font-size: 18px;
    }
    .awards__section {
        padding: 0 10px;
    }
    .whyus__section {
        padding: 50px 10px 0 10px;
    }
    .whyus__subtitle {
        font-size: 20px;
    }
}
@media all and (max-width: 450px) {
    .form__container {
        margin: 0 -25px 10px;
        padding: 20px 10px;
    }
    .hero__text--container {
        padding: 30px 0;
    }
    .hero__container {
        padding: 10px;
    }
    .hero__row {
        border: none;
    }
    .form__input {
        font-size: 18px;
    }
}