.learn-more-about-insurance-section {
    margin-top: 56px;
    margin-bottom: 56px;
}
/*.learn-more-about-insurance-section .button.black {*/
/*    display: none;*/
/*}*/
.learn-more-about-insurance-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.learn-more-about-insurance-title {
    color: #171717;
    font-size: 32px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 16px;
}
.learn-more-about-insurance-title span {
    color: #696969;
}
.learn-more-about-insurance-description{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    vertical-align: middle;
    color: #171717;
    text-align: center;

}
.learn-more-about-insurance__top{
    max-width: 594px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.learn-more-about-insurance-block-info {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 32px;*/
    /*row-gap: 32px;*/
    /*justify-content: center;*/

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.learn-more-about-insurance-elements {
    padding: 24px;
    background-color: #F6F6F6;
    display: flex;
    gap: 24px;
    border-radius: 10px;
    /*width: 624px;*/
    /*max-width: 624px;*/
}
.learn-more-about-insurance-elements-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.learn-more-about-insurance-elements-title {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 16px;
}
.learn-more-about-insurance-elements-description {
    color: #171717;
    font-size: 14px;
    line-height: 140%;
}
.learn-more-about-insurance-elements .button.white {
    border: 1px solid #171717;
    width: auto;
    justify-content: center;
}
.learn-more-about-insurance-elements .button_learn-more{
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.learn-more-about-insurance-elements .button.white:hover {
    border: 1px solid #171717;
}
.learn-more-about-insurance__inner-img{
    width: 300px;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}
.learn-more-about-insurance-image {
    border-radius: 10px;
    /*max-width: 300px;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.learn-more-about-insurance-block .button.black {
    padding: 15px 40px;
    margin: auto;
    border: 1px solid #ffffff;
}
.learn-more-about-insurance-block .button.black:hover {
    border: 1px solid #171717;
}
.learn-more-about-insurance-section-mob {
    display: none;
    margin-top: 56px;
    margin-bottom: 56px;
}
.learn-more-about-insurance-section-mob .button_learn-more{
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.swiper-slide.learn-more-about-insurance-slide {
    padding: 24px;
    background-color: #F6F6F6;
    display: flex;
    gap: 24px;
    border-radius: 10px;
    margin: 0;
    height: auto;
    width: 624px;
}
@media screen and (max-width: 1305px){
    .learn-more-about-insurance-block-info {
        grid-template-columns: repeat(1, 1fr);
    }
    .learn-more-about-insurance-elements{
        max-width: 624px;
    }

}
@media screen and (max-width: 1024px){
    .learn-more-about-insurance-image {
        max-width: 300px;
        margin-right: 24px;
    }
    .learn-more-about-insurance-elements-block{
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }
    .learn-more-about-insurance-elements__inner{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .learn-more-about-insurance-section-mob {
        display: block;
    }
    .learn-more-about-insurance-section {
        display: none;
    }
    .learn-more-about-insurance-section-mob .swiper {
        max-width: 100%;
    }
    .swiper-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 769px){
    .learn-more-about-insurance-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 135%;
        vertical-align: middle;
        margin-bottom: 8px;
    }
    .learn-more-about-insurance-description{
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        vertical-align: middle;
        text-align: left;
    }
    .learn-more-about-insurance__top{
        align-items: flex-start;
    }
    .learn-more-about-insurance-block{
        gap: 24px;
    }
    .swiper-slide.learn-more-about-insurance-slide {
        flex-direction: column;
        align-items: flex-start;
        width: 324px;
    }
    .learn-more-about-insurance-elements__inner{
        height: 100%;
    }
    .learn-more-about-insurance-elements-block {
        height: 100%;
        flex-direction: column;
        gap: 24px;
    }
    .learn-more-about-insurance-image {
        max-width: 300px;
        width: 100%;
        height: 230px;
    }
    .learn-more-about-insurance-elements-text {
        margin-bottom: 24px;
    }
    .learn-more-about-insurance-section-mob .button.white {
        margin: auto;
    }
}
@media screen and (max-width: 550px){
    .swiper-slide.learn-more-about-insurance-slide {
        width: 262px;
    }
    .learn-more-about-insurance-image {
        max-width: 230px;
        height: 131px;
    }
    .learn-more-about-insurance-elements-title {
        font-size: 16px;
    }
    .learn-more-about-insurance-title {
        font-size: 20px;
    }
}

.learn-more-about-condo{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 72px;
    padding-bottom: 72px;
}
@media (max-width: 767px) {
    .learn-more-about-condo{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 24px;
    }
}