@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header {
    width: 100%;
    max-width: 1338px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_container {
    width: 100%;
    max-width: 731px;
    margin-top: 34px;
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between;
}

.header_container--nav {
    width: 100%;
    max-width: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_container--nav--link {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: black;
    text-decoration: none;
}

.header_btns {
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-content: space-between;
}

.header_btns--login {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: black;
    width: 120px;
    height: 45px;
    background-color: white;
    border: 1px solid black;
}

.header_btns--try {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    width: 120px;
    height: 45px;
    background-color: #FF6336;
    border: 1px solid #FF6336;
}

main {
    border-top: 1px solid #cccccc;
}

.accelerate {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accelerate_container {
    width: 100%;
    max-width: 583px;
}

.accelerate_container--title {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 0%;
    color: black;
    margin-bottom: 51px;
}

.accelerate_container--text {
    width: 475px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    color: black;
    margin-bottom: 50px;
}

.accelerate_container--btns {
    width: 100%;
    max-width: 330px;
}

.accelerate_container--btns--try {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    background-color: #FF6336;
    width: 160px;
    height: 60px;
    border: 1px solid #FF6336;
}

.accelerate_container--btns--book {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: black;
    background-color: white;
    width: 160px;
    height: 60px;
}

.accelerate_container--info {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    color: black;
    margin-top: 25px;
}

.companies {
    margin-top: 150px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FF9C7D;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.companies_title {
    width: 720px;
    margin-left: 415px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: black;
}
.companies_images{
    width: 100%;
    max-width: 1290px;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}