.abt-img {
    vertical-align: middle;
    width: 80%;
}

.abt-content {
    padding-top: 6rem;
}

.section-heading .dash-style::before {
    background-color: #F56960;
    content: "";
    height: 2px;
    width: 70px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;

}

.section-heading .dash-style {
    padding-left: 80px;
    position: relative;
}

.section-heading h5 {
    color: #F56960;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: inline-block;
}

.testimonial-item .test-content {
    padding: 30px;
    position: relative;
    left: 20%;
}

.package-overview table tr td {
    border: #cacaca 1px solid;
}

.package-overview .qr {
    max-height: 66% !important;
}

.package-overview .packages-p {
    margin: 0px;
}

@media only screen and (max-width: 767px) {
    .package-overview .qr {
        max-height: 100% !important;
        position: relative;
        left: 10%;
    }
}
