body {
   background-color: #152637;
   height: 100%;
   }
   .content h5{
     color: #152637;
   }
   .content h6{
     color: #152637;
   }

  .content{
    width: 100%;
    height: 700px;
    padding-bottom: 150px;
    background-color;
    position: relative;

  }
  .content img{
    object-fit: cover;
    width: 100%;
    height: 450px;
    position: relative;
  }

  .pdiv {
    width: inherit;
    height:inherit;
  }

  .box{
    width: 80%;
    padding: 10px 10px;
    margin: auto auto 5px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    z-index: 2;
    background: rgba(210, 210, 210, 1);
    border-radius: 5px;
    text-align: center;
    height: 50vh;
    overflow: hidden;
  }
  h4{
    color: #152637;
    font-family: 'Monda';
  }


  @media screen and (max-width:500px){
    .content::before {
      height: 30%;
      bottom: 2%;
    }
    .content img{
      height: 200px;
    }
    .box{
      padding-bottom: 30px; ;
    }
    .pl-2{
      font-size: 12px;
    }
    .pl-2 p{
      color: #152637;
      font-size: 12px;
    }

    .button{
      margin: auto;
    }
    .button a{
      font-size: 14px;
      background-color: #152637;
    }
    .footer{
      margin-top: 50px !important;
    }

    .content img{
      height: 470px;
    }
  }
  .button a{
    background-color: #152637;
  }
  .btn:hover{
    opacity: 0.8;
    background-color: #007500;
    cursor: pointer;
  }
</style>
