.container3 {

    margin-top: 50px;
  }

.container3 .image-content {
    padding: 50px;
    justify-items: center;
 }

.container3 .image-content img{
    width: 60%;
    border-radius: 10px;
 } 
.container3 .text-content {
    color: white;
  }

.container3 .text-content p {
    color: rgb(0, 0, 0);
 
}

.container3 .text-content h2 {
    color: #0B644D;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    word-spacing: 10px;
    font-size: 56px;
 }
.container4 {
     margin-top: 80px;
 }

.container4 .image-content {
    padding: 50px;
    justify-items:center;
    background-color:#0B644D ;
 }

.container4 .image-content img{
     border-radius: 10px;
 } 
.container4 .text-content {
    color: white;
background-color:#0B644D ;

  }

.container4 .text-content p {
    color: rgb(255, 255, 255);
}

.container4 .text-content h2 {
    color: #66e710;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    word-spacing: 10px;
  }
 .First {
    padding: 120px;
}

.First h1 {
    font-size: 70px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0B644D;
    text-align: center;
}

.First p {
    font-size: 20px;
    color: #2c2e2e;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif 

}  
@media (max-width: 768px) {
    

    .First h1 {
        font-size: 39px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #0B644D;
    }

    .First p {
        font-size: 20px;
        color: #2c2e2e;
    } 
  

    
}

@media (max-width: 768px) {
.container3 .image-content img
 
 {
        width: 100%;
}
}
.Differece-Section{
    border-top: solid 2px orange;
         border-bottom: solid 2px orange;

}@media (max-width: 768px) {
    

  
    
}