.ms-home{
    width:100%;
}

.ms-wrap{
    max-width:1350px;
    margin:auto;
    padding:0 20px;
}

.ms-hero{

    background:#0b4d80;

    padding:120px 0;

    text-align:center;

}

.ms-hero h1{

    color:#fff;

    font-size:64px;

    margin:0 0 25px;

}

.ms-hero p{

    color:#fff;

    font-size:24px;

    margin-bottom:40px;

}

.ms-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

}

.ms-btn{

    background:#ff8800;

    color:#fff;

    padding:18px 40px;

    border-radius:8px;

    text-decoration:none;

    font-weight:bold;

}

.ms-btn-white{

    background:#fff;

    color:#0b4d80;

}

#home-products{

    max-width:1350px;

    margin:80px auto;

    padding:0 20px;

}

@media(max-width:768px){

.ms-hero h1{

font-size:42px;

}

.ms-buttons{

flex-direction:column;

}

}