/* .containers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    border-bottom: 2px solid rgb(233, 233, 233);
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 30px;
}



.columns {
    text-align: center;
}

.columns img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0px;
    max-height: 258px;
    object-fit: cover;
}


   .btn_n {
     outline: 0;
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     background: #591932;
     width: 70%;
     border: 0;
     border-radius: 4px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
     box-sizing: border-box;
     padding: 16px 20px;
     color: #fff !important;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 1.2px;
     text-transform: uppercase;
     overflow: hidden;
     cursor: pointer;
     transition: background 0.3s ease;
     margin-bottom: 1rem;
     font-weight: 700;
     text-decoration: none !important;
   }

   .btn_n:hover {
     background:#551a31;
   }

   .btn_n .animation {
     border-radius: 100%;
     animation: ripple 0.6s linear infinite;
   }

   @keyframes ripple {
     0% {
       box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
     }

     100% {
       box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
     }
   }


.columns {
    text-align: center;
}



.image-card {
    max-width: 300px;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 300px;
    margin: 0px;
    background-position: center;
    background-size: cover;
}

.image-card_top{
  background-position: top;

} 
.image-card_left{
  background-position: right ;

}
.round-image {
    display: block;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.container-quote {
    position: relative;
    background-color: #015999;
    color: #fff;
    padding: 20px 50px 20px 10px;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.container-quote::before {
    content: ',,';
    font-family: Arial;
    position: absolute;
    top: -200px;
    right: 10px;
    letter-spacing: -26px;
    font-size: 250px;
    color: rgba(255, 255, 255, 0.315);
}

@media screen and (max-width:991px) {
    .container-quote {
        flex-direction: column;
    }

    .round-image {
        width: 140px;
        height: 140px;
        margin-bottom: 15px;
        margin-right: 0;
    }


    .containers__text{
      font-size: 13px;
    }

    .containers__name{
      font-size: 17px;
min-height: 46px;
    }
} */
