        html, body {
    overflow-x: hidden;
        }
body{
    display: relative;
        }
body{
  background: #ECF3F6;
}
.container{
  background-repeat:no-repeat ;
  background-size: cover;
  height: 550px;
}
h1{
  font-family: sans-serif;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.content{
  display: inline-flex;
  margin: 40px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.img2{
  border-radius: 5px;
  height: 500px;
  width: 500px;
}
.img1{
   border-radius: 5px;
   height: 240px;
   width: 300px;
   margin-top: 20px;
}
.left{
  width: 40%;
  margin: 40px;
  padding: 25px;
}
.right{
  width: 50%;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 0px;
  padding: 25px;
}
.row{
  display: inline-flex;
  margin: 50px;
  margin-left: 120px;
}
.col1{
  background: #fff;
  height: 380px;
  width: 350px;
  margin: 9px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
.withOptions{
  display: inline-flex;
}
.withOptions div{
  width: 1350px;
  height: 500px;
}
.img3{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.help{
    margin-left: 300px;
}
.help a{
    text-decoration: none;
    color: #000;
}
.help a:hover{
    text-decoration: none;
    color: #000;
}
.block{
  margin: 20px;
}
@media(max-width: 768px){
  .container{
    width: auto;
  }
  .content{
    display: block;
    margin: 10px !important;
  }
  .img2{
    width: 300px;
    margin-left:0px !important;
    height: 300px;
    padding: 0px !important;
  }
  .right{
    width: 100%;
    padding: 20px;
  }
  .row{
    display: block;
    margin: 10px;
  }
  .help{
    margin-left: 40px !important;s
  }
}