body{
    /* background-color: #5fc6ce; */
    background-color: #fff;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.container{
    width: 80%;
    margin: auto;
    text-align: center;
}
.text{
    margin-top: 40px;
}
.text img{
    width: 300px;
}
.text h2, .text h3{ 
    color: rgb(31,79,134);
}

@media(max-width: 768px){
    img{
        width: 100%;
    }
}