
.subscribe-section {
    background: #F6F5FB;
    text-align: center;
}

.subscribe-section-title {
    /*font-size: 32px;*/
    font-size: 2.6rem;
    color: #05004E;
}

.subscribe-section-content {
    color: black;
    /*font-size: 20px;*/
    font-size: 1.6rem;
}


.subscribe-section form {
    margin-top: 1.5rem;
}


.subscribe-section form > div {
    position: relative;
    height: 3.3rem;
    width: 65%;
    margin: auto;
}

.subscribe-section form > div > input[type="text"] {
    position: absolute;
    height: 3.3rem;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.6rem;
    border: #CCCCCC 1px solid;
    /*font-size: 16px;*/
    font-size: 1.3rem;
    padding-left: 0.8rem;
}

.subscribe-section form > div > input[type="submit"] {
    position: absolute;
    height: 3.3rem;
    right: -2px;
    top: 0;
    bottom: 0;
    border-radius: 0 0.6rem 0.6rem 0;
    border: #CCCCCC 1px solid;
    cursor: pointer;
    /*font-size: 16px;*/
    font-size: 1.3rem;
    padding: 0 1.5rem;
    background: white;
}

.subscribe-section form > div > ipnut[type="submit"]:hover {
    background: #F0F0F0;
    color: #2A2A2A;
}