.landing__banner{
    height: 1080px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home__title{
    font-size: 32pt;
    font-family: Rubik,sans-serif;
    font-weight: 600;
    max-width: 950px;
    text-align: center;
}
.section__text{
    font-size: 16pt;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    max-width: 730px;
    text-align: center;
    margin-top: 60px;
}
.text-color{
    color: #EAA900;
}
.text-color__white{
    color: white;
}
.landing__banner__text{
    width: 100%;
    padding-left: 15%;
}
.banner__img__text{
    width: 100%;
    height: 26rem;
}
.banner__img{
    height: 416px;
}
.banner__text__img{
    display: flex;

}
.banner__unordered__list{
    margin-left: 50px;
}
.banner__img__text{
    background: rgba(224, 239, 252, 0.7);
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.banner__lists{
    list-style-image: url("../img/icons/cheked.svg");
    margin-top: 15px;
    font-size: 16pt;
    font-family: Rubik,sans-serif;
    font-weight: 400;

}
.banner__footer{
    width: 100%;
    background-color: #071D49;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 30px;
}

.banner-footer__text{
    color: white;
    font-size: 21pt;
    font-family: Rubik,sans-serif;
    font-weight: 400;

}
.contact__button__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info__title{
    font-size: 21pt;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    margin-top: 50px;
}
.button__contact{
    font-size: 21pt;
    font-family: Rubik,sans-serif;
    font-weight: 500;
    background-color: #EAA900;
    border:none;
    color: white;
    width: 420px;
    height: 70px;
    margin-top: 50px;
}
.landing__form{
    background-color: #E0EFFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin: 50px 200px 0 0;
}
.form__banner{
    background-color: #1BBF46;
    margin-top: 60px;
    display: flex;
    max-width: 915px;
    padding: 20px 180px 20px 20px;
}
.form-banner__text{
    font-size: 16pt;
    font-family: Rubik,sans-serif;
    font-weight: bold;
    margin-left: 25px;
}
.contact-form{
    margin-top: 50px;
}
.form__changes{
    display: flex;
    justify-content: space-between;
}
.form__container{
    width: 100%;
}
.form__label{
    width: 100%;
    height: 100%;
}
.form__input{
    width: 100%;
    margin-top: 20px;
    border: none;
}
.one{
    margin-top: 0;
}
.form-left__side{
    display: flex;
    flex-direction: column;
    margin-left: 150px;
    width: 50%;
}
.form-right__side{
    width: 50%;
    margin-left: 60px;
}
.text__area{
    width: 100%;
    border: none;
    height: 100%;
    resize: none;
}
.form__footer{
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.button__container{
    display: flex;
    justify-content: center;
    align-items: center;

}