section.text{
    margin-bottom: 80px;
    width: 83%;
}
@media (max-width: 500px){
    section.text {
            width: 95%;
    }
}