/*---- simple-text ----*/

.simple-text{
    padding: 0 22%;
    margin-top: 80px;
    margin-bottom: 100px;
}

.simple-text h2{
    font-size: 32px;
    font-weight: 900;
    color: #1E1E1E;
    margin-bottom: 32px;
    text-align: center;
}

.simple-text p{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}

/*---- contact-us-ways ----*/

.contact-us-ways__content{
    flex: 0 0 33.33%;
    padding: 0 25px;
    height: 100%;
}

.contact-us-ways__content > div{
    background-color: rgba(193,192,206, 0.1) !important;
    border-radius: 5px;
    padding: 16px;
    height: 100%;
}

.contact-us-ways__content header {
    margin-bottom: 16px;
}

.contact-us-ways__content header img{
    margin-left: 10px;
    width: 38px;
    height: 38px;
}

.contact-us-ways__content header span{
    color: #232077;
    font-weight: 800;
    font-size: 19px;
}

.contact-us-ways__content p{
    font-size: 15px;
    font-weight: 100;
    color: #181A19;
    margin-bottom: 12px;
    line-height: 28px;
}

.contact-us-ways__content span{
    font-size: 15.5px;
    font-weight: 800;
    color: #FF9A1E;
}

.form-control {
    background-color: #f2f2f2 !important;
    border: none;
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
}

textarea.form-control {
    height: 100px;
}

.form-title{
    font-size: 32px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #1E1E1E;
    text-align: center;
}

.btn-submit {
    background-color: #0D0D67 !important;
    color: white !important;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-size: 15px;
    height: 56px;
}

@media screen and (max-width:768px) {
    .simple-text {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .simple-text p {
        font-size: 14px;
        line-height: 29px;
    }

    .simple-text h2 {
        font-size: 24px;
        font-weight: 800;
    }

    .contact-us-ways{
        flex-direction: column;
        padding: 0 !important;

        > div{
            margin-bottom: 20px;
            padding: 0 !important;
            width: 100%;
        }
    }

    main{
        margin-bottom: 50px;
    }

    .form-title{
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

