.home-bg{
    padding:50px;
}
.featured-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featured-image img{
    width:100%; 
    max-height:800px;
    height:500px;
    width:500px; 
    object-fit:cover;
}
.embedded-image {
    position: absolute;
    top: 60%; 
    left: 30%; 
    transform: translate(-50%, -50%);
}
.embedded-image img{
    width: 550px; 
    height: 400px;
   
    object-fit:cover;
}
.content{
    margin:0 100px;
}
.content p{
    font-size:18px;
  }
  .btn-home{
    padding:10px 20px;
    background:#0a455d; 
    text-align:right;
  }
  .btn-home:hover{
    background:#208bb5;
  }
  .home-image{
    width:15% !important;
  }
.content h5{
  font-size: 24px;
}
.video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.video-container iframe {
  display: block;
  margin: 0 auto;
}

.btn-read {
  background-color: #06b6d4;
  color: white;
  margin-top: 10px;
  margin-left:35%;
}

.btn-read:hover {
  background-color: #22d3ee;
  color: white;
}
  @media screen and (max-width: 320px) {
    .featured-image img{ 
        max-height:300px;
        width:300px; 
        padding:10px;
    }
	.embedded-image img{
        display:none;
	  }
      .content{
        margin:0 ;
    }
      .content p{
        font-size:13px;
      }
      .button-home{
        padding:5px 15px;
        font-size:14px;
      }
      .content h5{
        font-size: 18px !important;
      }
  }

@media screen and (max-width: 768px) {
    .featured-image img{ 
        max-height:320px;
        width:320px; 
    }
	.embedded-image img{
        margin-left:-20px;
        width: 240px; 
        height:220px;
	  }
      .content{
        margin:0 ;
    }
      .content p{
        font-size:14px;
      }
      .button-home{
        padding:8px 20px ;
        font-size:14px;
      }
      .content h5{
        font-size: 24px !important;
      }
  }
@media screen and (min-width: 1024px) {
    .home-bg{
        padding:0px;
    }
	.embedded-image img{
        margin-left:35px;
        width:450px;
       
	  }
      .content p{
        font-size:16px;

      }
      .button-home{
        padding:8px 20px ;
        font-size:14px;
      }
      .content h5{
        font-size: 24px !important;
      }
     
  }

@media screen and (min-width: 1420px) {
    .featured-image img{ 
        max-height:550px;
        width:650px; 
    }
	.embedded-image img{
        margin-left:-50px;
        width: 450px; 
        height: 400px;
        margin-top:50px;
	  }
      .content p{
        font-size:16px;
      }
      .button-home{
        padding:10px 20px ;
        font-size:16px;
      }
      .content h5{
        font-size: 18px;
      }
  }
  @media screen and (min-width: 1920px) {
    .featured-image img{ 
        max-height:600px;
        width:600px; 
    }
	.embedded-image img{
        margin-left:0px;
        width: 400px; 
        height: 450px;
        margin-top:50px;
	  }
      .content{
        margin:100px ;
    }
      .content p{
        font-size:20px;
      }
      .button-home{
        padding:10px 20px ;
        font-size:20px;
      }
      h3{
        font-size:35px;
      }
  }

@media screen and (min-width: 2550px) {
  .home-bg{
    width: 100% !important;
  }
    .featured-image img{ 
        max-height:800px;
        width:800px; 
    }
	.embedded-image img{
        margin-left:-150px;
        width: 500px; 
        height: 550px;
        margin-top:100px;
	  }
      .content{
        margin:100px ;
    }
      .content p{
        font-size:30px;
      }
      .button-home{
        padding:10px 20px ;
        font-size:30px;
      }
      hr{
        margin-top:250px;
      }
      h3{
        font-size:50px;
      }
  }
  