.pcta-wrap {
    background-color: #04333d;
    display: inline-block;
    padding: 40px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 14px;
}
 
.pcta-wrap > div {
    position: relative;
    z-index: 9;
}
   
.pcta-btn {
    padding-top: 20px;
}
      
.pcta-header p {
    color: #C0EFC9;
    font-family: 'Epilogue', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px;
}

.pcta-desc p {
    color: #C0EFC9;
    font-size: 16px;
}
.pcta-image {
    padding-bottom: 20px;
}
.pcta-image img {
    max-width: 80px !important;
}
.pcta-btn.btn-light a:focus,
.pcta-btn.btn-light a:hover {
    background-color: #C0EFC9;
    box-shadow: none;
    color: #00605d;
}
/******** Mobile Styling *********/
@media (max-width: 1080px) {
   
}
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  
@media (max-width: 767px) 
     
  
}
@media (max-width: 479px) {
 
  
}