
.wrapper
{
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #ddd;
}
.row
{
    width: 100%;
    padding: 50px 100px;
}
.image-section
{
    width: 30%;
    float: left;
}
.image-section img
{
    width: 100%;
    height: auto;
}
.content
{
    width: 60%;
    float: left;
    margin-left: 50px;
}
.content .aheading
{
    font-size: 75px;
    letter-spacing: 3.5px;
    margin-top: 25px;
    color: #222;
    font-family:'Lobster' ,cursive;

}
.content .asubheading
{
    font-size: 30px;
    font-family: sans-serif;
    margin-top: 25px;
    color: #b60112;
    font-family:'Lobster' ,cursive;

}
.content p
{
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 10px;
    line-height: 1.5;

}
@media screen and (max-width:768px) {

    .image-section
{
    width: 100%;
    float: none;
}
.content
{
    width: 100%;
    float: left;
    margin-left: 0px;
}
.content .aheading
{
    font-size: 30px;
    letter-spacing: 3.5px;
    margin-top: 30px;
    color: #222;
    font-family:'Lobster' ,cursive;

}
.content .asubheading
{
    font-size: 25px;
    font-family:'Lobster' ,cursive;
  

}
.content p
{
    font-size: 18px;
   
}
}