.prestapros-about-section{
        padding: 80px 0;
    background-image: url('/modules/prestaproshomeaboutsection/views/img/background.png');
        background-color: #fff;
    background-repeat: no-repeat;
}
.prestapros-about-section .container{
    display: flex;
    justify-content: flex-end;
}
.about-left{
    width: 60%;
}

.about-left h2{
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.about-left p{
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 24px;
    margin-bottom: 25px;
}

.about-left .text-bold{
    font-weight: 600;
    margin-bottom: 40px;
}

.security-block{
    background: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 15px 40px;
    border-radius: 30px;
}

.security-block p{
    margin:0;
    color: #fff;
}

.security-block img{
    margin-right: 25px;
}
.security-block p:last-child{
    font-size: 14px;
}

.security-block p:first-child{
    font-size: 18px;
    font-weight: bold;
}

.banner-left{
    width: calc(50% - 20px);
    display: flex;
    background: #f6f6f6;
    height: 250px;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    transition: .3s;
}

.banner-left a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner-left img{
    position: absolute;
    top: 48%;
    left: 30px;
    transform: translateY(-50%);
    transition: .3s;
}
.banner-left h3{
    font-size: 28px;
    color: #2c2c2c;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-left p{
    font-size: 28px;
    color: #2c2c2c;
    font-weight: 400;
}
.btn-default{
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 10px;
}
.banner-left figcaption{
    padding: 0 40px;
    position: relative;
}

.banner-right{
    width: calc(50% - 20px);
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: url(../img/banner2.png);
    background-size: cover;
    transition: .3s;    
}
.prestapros-about-section-banner{
    padding: 50px 0;
        background-color: #fff;
}

.prestapros-about-section-banner .container{
    display: flex;
}

.banner-right a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-right img{
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: .3s;
}
.banner-right h3{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.banner-right p{
    font-size: 16px;
    font-weight: 400;
        width: 70%;
        color: #fff;
}

.banner-right figcaption{
    padding: 0 35px;
}

.banner-left:hover{
    transform: scale(1.03);
}
.banner-right:hover {
       transform: scale(1.03);
}


@media(max-width: 1200px){
    .banner-left{
        height: 200px;
    }
}

@media (max-width: 991px){
    .prestapros-about-section-banner .container{
        flex-direction: column;
    }
    .banner-left{
        width: 100%;
        margin: 0;
    }
    .banner-right{
        width: 100%;
        height: 200px;
        margin: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px){
    .prestapros-about-section{
        padding: 40px 0;
    }
    .about-left{
        width: 100%;
    }
    .security-block{
        flex-direction: column;
        padding: 25px 10px;
    }
    .security-block img{
        margin-bottom: 25px;
        margin-right: 0;
    }
    .security-block p:last-child{
        text-align: center;
    }
    .security-block p:first-child{
        text-align: center;
    }
    
    .prestapros-about-section-banner .container{
        flex-direction: column;
    }
    
    .banner-left{
        width: 100%;
    }
    
    .banner-left img{
        max-width: 250px;
    }
    .banner-right{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
        height: 200px;
    }
    .banner-right p{
        width: 100%;
    }
    .banner-right img{
        height: 100%;
        width: auto;
    }
    .banner-right figcaption{
        padding: 10px 15px;
    }
    
    .prestapros-about-section-banner{
        padding: 0;
        padding-bottom: 40px;
    }
    .banner-left figcaption{
        padding: 0;
        padding-right: 10px;
        position: relative;
    z-index: 1;
    }
    .banner-left img{
        left: 10px;
    }
    .banner-left{
        height: 200px;
    }
}