.about-four {
    padding: 80px 0;
}

.left-container-image {
    display: flex;
    align-items: center;
}

.container-image {
    width: 100%;
}

.container-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
}

.right-container-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 60px;
}

.right-container-text .subtitle {
    font-weight: bolder;
    text-transform: uppercase;
    color: #3871c2;
}

.right-container-text .title {
    font-size: 30px;
    color: #262626;
}

.card-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    border-radius: 16px;
}

.card-carousel {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 16px;
}

.card-carousel img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.card-carousel .card-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    top: 0;

}

.card-carousel .card-text h3,
.card-carousel .card-text p {
    color: white
}

.card-carousel .card-text a {
    position: absolute;
    bottom: 20px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    background: #3871c2;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.4s;
}

.card-carousel .card-text a:hover {
    background-color: #042865;
}

.assist_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.assist_carousel .owl-nav .owl-prev {
    color: white !important;
    font-size: 30px !important;
    position: relative;
    right: 40%;
}

.assist_carousel .owl-nav .owl-next {
    color: white !important;
    font-size: 30px !important;
    position: relative;
    left: 40%;
}

.btn-container{
    display: flex;
    gap: 20px;
} 

.btn-seguro{
    color: white;
    background: #3871c2;
    padding: 7px 15px;
    border-radius: 12px;
}

.btn-seguro:hover{
    background: #042865;
}

.lity-container{
    max-width: 600px !important;
    height: 90vh;
    background: white;
    border-radius: 20px;
    overflow: scroll;
}

.lity-content{
    height: 100%;
    padding: 30px 40px;
}

.lity-desc{
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
    color: #433e3e;
    font-weight: 400;
}

#form_insurance{
    margin: 50px 0;
}

.container-input-form{
    margin: 20px 0;
}

.container-input-form label{
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.input-form_insurance{
    border-radius: 9px;
    border: 1.5px solid #bdbdbd;
    color: #555555 !important;
    padding: 8px 5px;
    width: 100%;
    font-size: unset;
    font-size: 15px !important;
    font-weight: 400;
}

.input-form_insurance::placeholder{
    font-size: 15px !important;
}

.daterangepicker{
    z-index: 9999 !important;
}

.btn-seguro-2{
    width: 100%;
    background: unset;
    border: 2px solid #3871c2;
    color: #3871c2;
    font-weight: bolder;
    transition: 0.3s;
    margin-bottom: 30px;
}

.btn-seguro-2:hover{
    width: 100%;
    background: #3871c2;
    color: white;
}

.lity-content:after{
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}


@media(max-width:991px) {
    .right-container-text {
        padding: 15px;
        margin-top: 40px !important;
    }
}
