*, ::after, ::before
{
    box-sizing: unset;
}

/*sectionhome 1*/
@media only screen and (max-width: 800px)
{
    .patpad
    {
        margin: 0% 0px !important;
        padding: 80px 4% !important;
        padding-top: 15px !important;
    }
}

.patpad
{
    max-width: 1300px;
    margin: 0% auto;
    padding: 80px 40px;
    padding-top: 15px;
    background-color: rgba(210, 180, 140, 0.12);
}

.imagepat
{
    width:100%; 
    height:auto; 
    max-height: 150px; 
    object-fit: cover; 
    margin: auto; 
    align-self: center;
}
