
@media screen and (min-width:320px) {

    .content-main{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-main div{
    text-align: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.text-content{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    color: #002c58;
}

.text-content h2{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: calc(1.325rem + 0.9vw);
}

.text-content p{
    margin-bottom: 35px;
    line-height: 25px;
}

.btn-content{
    color: #fff;
    background-color: #002c58;
    border-color: #002c58;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 25px;
    margin-top: 85px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-content:hover{
    color: #fff;
    background-color: #00afd2;
    border-color: #00afd2;
}

.text-80{
    max-width: 100%;
    margin: auto;
}

}

@media screen and (min-width:760px) {
    .text-80{
        max-width: 70%;
        margin: auto;
    }
    
}
