* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.header__container {
    display: flex;
    justify-content: space-between;
    height: 156px;
    align-items: center;
}

.logo {
    width: 150px;
    margin-left: 90px;
}

.paint {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E78200;
}

.nav__list {
    display: flex;
    gap: 94px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-right: 165px;
}

.nav__item:focus,
.nav__item:hover {
    color: #FA4A0C;

}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-image: url('../images/Rectangle\ 48.jpg');
    height: 619px;
}

.hero__subtitle {
    margin-top: 80px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
}

h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 58px;
    line-height: 80px;
    letter-spacing: 0.2px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.hero__text {
    margin-bottom: 54px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.2px;
}

.hero__buttons {
    display: flex;
    gap: 67px;
}

button {
    width: 236px;
    height: 68px;
    text-align: center;
    justify-content: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    background-color: transparent;
}

button:hover,
button:focus {
    background: #FA4A0C;
    border: 1px solid #FA4A0C;
}

.steps__title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 44px;
    line-height: 36px;
    letter-spacing: 0.1px;
    margin-top: 56px;
    text-align: center;

}

.steps__item {
    display: flex;
    margin-top: 70px;
    gap: 287px;
    align-items: center;
}

.steps__image {
    margin-left: 174px;
}

.steps__subtitle,
.features__subtitle {
    margin-bottom: 17px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: #FA4A0C;
}

.steps__heading,
.features__title {
    margin-bottom: 27px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
}

.steps__text,
.features__text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.2px;
    color: #737373;
}

.features__container {
    display: flex;
    margin-top: 108px;
    gap: 338px;
    align-items: center;
    margin-bottom: 185px;
}

.features__content {
    margin-left: 174px;

}

.cta__container {
    display: flex;
    background-image: url('../images/3.png');
    height: 516px;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.cta__title {
    margin-top: 147px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
}

.cta__text {
    margin-bottom: 59px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.2px;
}

.btn--primary_2,
.btn--secondary_2 {
    border-radius: 10px;
}

.cta__buttons {
    display: flex;
    gap: 16px;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 133px;
    margin-top: 77px;
}

.footer__text {
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
    text-align: right;
    margin-right: 115px;
}