body{
    background: #fff;
    border-top: 10px solid #ffc930;
    margin: 0;
}

.content{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}

.content .icone{
	margin: 0 0 -68px;
}
.content .icone img{
	width: 30%;
}

.content h1{
    font-family: 'Sarabun', sans-serif;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 800;
    margin: 61px 0 42px;
    line-height: 47px;
}
.content h1 strong{
        font-weight: 900;
    color: red;
}

.content .frase{
	color: #000;
    font-family: 'Montserrat', sans-serif;
    padding: 0 130px 0 130px;
    font-size: 20px;
    line-height: 26px;
    margin: -22px 0 50px;
}

.content .logo img{
	width: 9%;
}

.content h3{
    color: #000;
    font-family: 'Sarabun', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
    margin: -10px 0 0;
}

.content p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 11px;
}
.content p a{
color: #000;
    font-weight: 500;
    text-decoration: none;
}


body::-webkit-scrollbar {
     width: 8px;
     background: #fff;
} 
   
body::-webkit-scrollbar-thumb {   
    background-color: #ffc930;   
    border-radius: 50px;
}


@media screen and (max-width: 768px){

    .content{
        width: 95%;
        padding: 17px 0 0;
    }
    .content h1{
        font-size: 26px;
        margin: 16px 0 0;
        line-height: 34px;
    }
    .content .icone{
        margin: 0 0 -23px;
    }
    .content .frase{
        color: #000;
        font-family: 'Montserrat', sans-serif;
        padding: 0;
        font-size: 18px;
        line-height: 26px;
        margin: 25px 0 33px;
    }

    .content .icone img{
        width: 65%;
    margin-top: -13px;
    }

    body{
        padding: 0 0 30px;
    }

    .content .frase{
        padding: 0 20px;
    }


}