@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
body,p{color:#444}
h1,h2{
    font-size: 29px;
    line-height: 40px;
}
h3{
    font-size: 22px;
    line-height: 34px;
}
h4{
    font-size: 18px;
    line-height: 28px;
}
h5{
    font-weight: 700;
    font-size: 14px;
}
textarea {
    color: #000;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-family: Raleway;
    border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font-family: 'Roboto', sans-serif;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #fff;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.box-header::after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    margin-top: 20px;
    background: #F4BC16;
    height: 2px;
}
.more, .more[type=submit] {
    color: #FFF;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    background: #F4BC16;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
    border-radius: 40px;
    border: 2px solid #F4BC16;
}
p.description {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin-top: 54px;
    text-align: center;
}
.page-top{
    padding-top: 65px;
}
.re-preload img{
    width: 400px;
    height: 400px;
    margin: 50px 0px;
}


@media(max-width: 767px){
    .container{
        padding: 0px 15px;
    }
    .page-top{
        padding-top: 30px;
    }
    
}