.section-1 {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4)), url("../../resources/images/home-section-1.jpeg");
}

.section-1 .left {
    background-color: hsla(0, 0%, 96.1%, 1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .4);
}

.section-1 .right {
    box-shadow: 20px 0px 4px -12px inset rgba(0, 0, 0, 0.2);
    background: rgb(102, 162, 35) none repeat scroll 0% 0%;
    padding: 22px 20px;
}

.section-1 .top {
    padding-top: 16px;
    background: rgb(102, 162, 35) none repeat scroll 0% 0%;
}

.section-1 p {
    margin-bottom: 0px;
}

.section-1 .bullet {
    display: flex;
    margin-bottom: 40px;
}

.section-1 .right .bullet-1 .heroicon {
    width: 60px;
}

.section-1 .right .bullet-2 .heroicon {
    width: 64px;
}

.section-1 .right .bullet-3 .heroicon {
    width: 73px;
}

.section-1 .right .bullet-4 .heroicon {
    width: 54px;
}

.section-1 .top .bullet-1 .heroicon {
    width: 78px;
}

.section-1 .top .bullet-2 .heroicon {
    width: 80px;
}

.section-1 .top .bullet-3 .heroicon {
    width: 73px;
}

.section-1 .top .bullet-4 .heroicon {
    width: 56px;
}

.section-1 .bullet p {
    font-size: 13px;
    margin-bottom: 0px;
    padding-left: 10px;
    color: #ffffff;
    word-break: break-word;
}

.section-1 .bullet .title {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
}

.section-1 .review {
    background: #ffffff;
    padding: 15px;
    margin: 30px 0;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .5);
}

.section-1 .right .heading,
.section-1 .top .heading {
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.section-1 .right .heading:before,
.section-1 .top .heading:before,
.section-1 .right .heading:after,
.section-1 .top .heading:after {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.section-1 .right .heading:before,
.section-1 .top .heading:before {
    margin-left: -50%;
}

.section-1 .right .heading:after,
.section-1 .top .heading:after {
    margin-right: -50%;
}

.section-1 .right .heading span,
.section-1 .top .heading span {
    background: #ffffff;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
}

/*
* SECTION - 2
*/
.section-2 .trustpilot-slider {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .4);
}

.section-2 .keypoints-listing {
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    width: 100%;
}

.section-2 .keypoints-listing .keypoints-item {
    padding-left: 0;
    padding-right: 0;
}

.section-2 .keypoints-listing .item-1 .keypoints-item-inner {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.section-2 .keypoints-listing .item-2 .keypoints-item-inner {
    border: none;
}

.section-2 .keypoints-listing .item-3 .keypoints-item-inner {
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.section-2 .keypoints-listing .item-4 .keypoints-item-inner {
    border-left: none;
    border-bottom: none;
}

.section-2 .keypoints-listing .item-5 .keypoints-item-inner {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.section-2 .keypoints-listing .item-6 .keypoints-item-inner {
    border-right: none;
    border-bottom: none;
}

.section-2 .keypoints-item .keypoints-item-inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 130px;
    border: 1px solid #e3e2e7;
    text-align: center;
}

.section-2 .keypoints-item .title-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-2 .keypoints-item .keypoints-item-inner:hover .title-wrap,
.section-2 .keypoints-item .keypoints-item-inner:hover .icon-wrap {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    will-change: transform;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

.section-2 .keypoints-item .title-wrap h2 {
    font-size: 33px;
    font-weight: 700;
    color: #232323;
}

.section-2 .keypoints-item .content-wrap {
    color: #232323;
    font-weight: 400;
}

.section-2 .keypoints-item .keypoints-item-inner:hover .content-wrap {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    will-change: transform;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    section:first-of-type {
        padding-top: 56px !important;
    }

    .section-1 {
        background-position: 70% center !important;
    } 

    .section-1 .left {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .section-1 .right {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .section-1 .top .col-6 {
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .section-1 .right .heading span,
    .section-1 .top .heading span {
        font-size: 16px;
    }
    
    .section-1 .bullet p {
        font-size: 12px;
        padding-left: 6px;
    }
    
    .section-1 .bullet {
        margin-bottom: 14px;
    }
    
    .section-1 .bullet .title {
        font-size: 14px;
    }
    
    .section-2 .keypoints-item .title-wrap h2 {
        font-size: 30px;
    }

    .section-2 .keypoints-item .keypoints-item-inner {
        padding: 60px;
    }
    
    .section-2 .keypoints-listing .item-1 .keypoints-item-inner {
        border-bottom: 1px solid #e3e2e7;
    }
    
    .section-2 .keypoints-listing .item-2 .keypoints-item-inner {
        border-bottom: 1px solid #e3e2e7;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .section-1 {
        background-position: 70% center !important;
    }
    
    .section-1 .right .heading span,
    .section-1 .top .heading span {
        font-size: 16px;
    }
    
    .section-1 .bullet {
        margin-bottom: 14px;
    }
    
    .section-2 .keypoints-item .keypoints-item-inner {
        padding: 60px 50px;
    }
    
    .section-2 .keypoints-item .title-wrap h2 {
        font-size: 30px;
    }
    
    .section-2 .keypoints-listing .item-1 .keypoints-item-inner {
        border-bottom: 1px solid #e3e2e7;
        border-left: 1px solid #e3e2e7;
    }
    
    .section-2 .keypoints-listing .item-2 .keypoints-item-inner {
        border-right: 1px solid #e3e2e7;
    }
    
    .section-2 .keypoints-listing .item-3 .keypoints-item-inner {
        border-right: 1px solid #e3e2e7;
    }
    
    .section-2 .keypoints-listing .item-5 .keypoints-item-inner {
        border-left: 1px solid #e3e2e7;
    }
    
    .section-2 .keypoints-listing .item-6 .keypoints-item-inner {
        border-right: 1px solid #e3e2e7;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-1 {
        background-position: 82% center !important;
    }
    
    .section-1 .right {
        padding: 22px 15px;
    }

    .section-1 .right .heading span,
    .section-1 .top .heading span {
        padding: 6px 10px;
        font-size: 16px;
    }
    
    .section-2 .keypoints-item .keypoints-item-inner {
        padding: 60px 26px;
    }
    
    .section-2 .keypoints-item .title-wrap h2 {
        font-size: 24px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-2 .keypoints-item .keypoints-item-inner {
        padding: 60px;
    }
    
    .section-1 .review {
        padding-left: 0px;
    }
}
/* Large devices (desktops, less than 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
    .section-2 .keypoints-item .keypoints-item-inner {
        padding: 80px;
    }
}