

.container {
    align-items: center;
    display: flex;
    margin: 30px 0px;
}
.icon {
    z-index: 20;

    margin-right: 39px;

}
.icon img {
    max-width: fit-content !important;
}
.content {
    background: #fff;
    padding: 30px 60px;
    border-radius: 50px;
    transform: translate(-95px, 0px);
}
.description-sec {
    padding-left: 21px;
}
.description-sec h2 {
    font-family: montserrat;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.description-sec p {
    font-family: 'Montserrat';
    font-size: 16px !important;
    line-height: 20px !important;
}

@media(max-width:980px){
  .container{
    display:block;
  }
  .icon{
            display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
  }
  .icon img {
    max-width:100%!important;
}
    .content {
        transform: translate(0px, -72px);
        padding :30px 25px;
      text-align: center;
      
    }
  .description-sec{
    padding-top:62px;
  }
  .container{
    margin:0px !important;
}
}
   @media only screen and (max-width: 1366px) and (min-width: 1024px) 
{
   .icon img {
    max-width: none !important;
}
}
  }