h1, h3 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 14px;
}

.pos-card {
    border-radius: 20px;
    transition: border-width 1s ease-in-out;
}

.pos-card:hover .pos-divider {
    width: 100%;
}

.pos-card:not(.pos-card-2):hover {
    border: 1px solid #F07F25 !important;
}

.pos-card .card-header {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7%, rgba(223, 223, 223, 1) 100%);
}

.pos-card .card-header:first-child {
    border-radius: 20px 20px 0 0;
}

.pos-divider {
    border: 1px solid #F07F25;
    width: 72px;
    transition: width 1s ease-in-out;
}

.mb-5-rem {
    margin-bottom: 5rem !important;
}

.list {
    border-radius: 8px;
    border: 1px solid #DFDFDF;
}

.gradient-bg {
    background: rgb(233, 103, 0);
    background: linear-gradient(90deg, rgba(233, 103, 0, 1) 0%, rgba(255, 133, 0, 1) 100%);
}

.heading h3 {
    color: #F07F25;
    background-color: #fff;
    border-radius: 40px;
    max-width: 198px;
    font-size: 20px;
}

.heading h3,
h1 {
    z-index: 100;
    position: relative;
}

.quote {
    position: absolute;
    top: 0;
    margin-left: -293px;
    margin-top: 18px;
    transition: transform .2s ease-in-out;
}

.gradient-bg:hover .quote {
    transform: rotateZ(-25deg);
}

.tx-grey-2 {
    color: #DFDFDF;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover>svg path,
.carousel-control-prev:hover>svg path {
    fill: #F07F25;
}

.carousel-control-next:hover>svg circle,
.carousel-control-prev:hover>svg circle {
    fill: #fff;
}

.carousel-arrows {
    position: absolute;
    width: 100%;
    margin-top: -100px;
}

.section-5 {
    background: url(../assets/contact-sales-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pos-card p,
.lh-custome {
    line-height: 1.7;
}

@media (min-width: 768px) {
    .mb-5-rem {
        margin-bottom: 3rem !important;
    }

    .pos-card h5 {
        font-size: 1rem;
    }

    .pos-card p {
        font-size: 12px;
    }

    h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    h5 {
        font-size: 1.25rem;
    }

    p {
        font-size: 16px;
    }

    .heading h3 {
        max-width: 265px;
    }

    h3 {
        font-size: calc(1.3rem + .6vw);
    }
}

@media (min-width: 1024px) {
    .pos-card h5 {
        font-size: 1.25rem;
    }

    .pos-card p {
        font-size: 16px;
    }
}