*{
    margin:0;
    padding:0;
}
.bg-img{
    background-image: url(images/watania\ landong\ page2.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.logo{
    width: 340px;
    height: 240px;
}
.header-container{
    padding: 0 8rem !important;
}
.header-container p{
    font-size: 16px;
    font-weight: 600;
}
.custom-img-size-1{
    width: 40%;
    height: auto;
}
.custom-img-size-2{
    width: 75%;
    height: auto;
}
/* Tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 992px){
    .logo{
    width: 45%;
    height: auto;
}
.header-container{
    padding: 0 3rem !important;
}
.header-container p{
    font-size: 14px;
    font-weight: 500;
}
.custom-img-size-1{
    width: 53%;
    height: auto;
}
}
/* mobile responsive */
@media only screen and (max-width: 600px){
    .logo{
    width: 200px;
    height: auto;
}
.header-container{
    padding: 0 !important;
}
.header-container p{
    font-size: 12px;
    font-weight: 500;
}
.custom-img-size-1{
    width: 50%;
    height: auto;
    margin: 20px 0px;
}
.custom-img-size-2{
    width: 100%;
    height: auto;
}
}