.topreason-diploma {
    margin-top: 5%;
}

.topreason-diploma .text-holder-reason-diploma {
    text-align: center;
}

.topreason-diploma .title-top-reason h2 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
}

.topreason-diploma .text-holder-reason-diploma h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-top: 3%;
}

.topreason-diploma .text-holder-reason-diploma p {
    font-size: 14px;
    color: #383838;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/* pointer one */
.topreason-diploma .pointer {
    width: 90%;
    height: 26px;
    position: relative;
    background: #D95622;
    margin: auto;
}

.topreason-diploma .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
}

.topreason-diploma .pointer:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #D95622;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}

.topreason-diploma .main-image-class {
    position: relative;
}

.topreason-diploma .main-image-class .icon-img {
    position: absolute;
    top: 24%;
    left: 43%;
}

.topreason-diploma .main-image-class .orange-circle-img {
    width: 97px;
}

/* pointer two */
.topreason-diploma .pointer-two {
    width: 90%;
    height: 26px;
    position: relative;
    background: #EE6631;
    margin: auto;
}

.topreason-diploma .pointer-two:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
}

.topreason-diploma .pointer-two:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #EE6631;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}

.topreason-diploma .main-image-class-second {
    position: relative;
}

.topreason-diploma .main-image-class-second .icon-img {
    position: absolute;
    top: 37%;
    left: 39%;
    width: 50px;
    height: 50px;
}

.topreason-diploma .main-image-class-second .orange-circle-img {
    width: 97px;
}

/* Pointer three */

.topreason-diploma .pointer-three {
    width: 90%;
    height: 26px;
    position: relative;
    background: #F27B23;
    margin: auto;
}

.topreason-diploma .pointer-three:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
}

.topreason-diploma .pointer-three:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #F27B23;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}

.topreason-diploma .main-image-class-third {
    position: relative;
}

.topreason-diploma .main-image-class-third .icon-img {
    position: absolute;
    top: 17%;
    left: 40%;
    width: 55px;
}

.topreason-diploma .main-image-class-third .orange-circle-img {
    width: 97px;
}

/* pointer four */
.topreason-diploma .pointer-four {
    width: 90%;
    height: 26px;
    position: relative;
    background: #FF8600BF;
    margin: auto;
}

.topreason-diploma .pointer-four:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
}

.topreason-diploma .pointer-four:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #FF8600BF;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}

.topreason-diploma .main-image-class-fourth {
    position: relative;
}

.topreason-diploma .main-image-class-fourth .icon-img {
    position: absolute;
    top: 37%;
    left: 41%;
    width: 50px;
    height: 50px;
}

.topreason-diploma .main-image-class-fourth .orange-circle-img {
    width: 97px;
}

/* pointer five */
.topreason-diploma .pointer-five {
    width: 90%;
    height: 26px;
    position: relative;
    background: #FF860059;
    margin: auto;
}

.topreason-diploma .pointer-five:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
}

.topreason-diploma .pointer-five:before {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #FF860059;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}

.topreason-diploma .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 5px;
    opacity: 1;
    background-color: #CECECE;
}

.topreason-diploma .swiper-pagination-bullet-active {
    width: 18px;
    background: #000;
}



/* Media*/

@media(min-width:0px) and (max-width:320px) {
    .topreason-diploma .title-top-reason h2 {
        font-size: 22px;
    }
    .topreason-diploma {
        margin-top: 10%;
    }
    .topreason-diploma .main-image-class .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-second .icon-img {
        left: 41%;
    }
    .topreason-diploma .main-image-class-third .icon-img {
        left: 41%;
    }
    .topreason-diploma .main-image-class-fourth .icon-img {
        left: 42%;
    }
}

@media(min-width:321px) and (max-width:485px) {
    .topreason-diploma .title-top-reason h2 {
        font-size: 23px;
    }
    .topreason-diploma {
        margin-top: 10%;
    }
    .topreason-diploma .main-image-class .icon-img {
        left: 45%;
    }
    .topreason-diploma .main-image-class-second .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-third .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-fourth .icon-img {
        left: 44%;
    }
}

@media(min-width:486px) and (max-width:576px) {
    .topreason-diploma .title-top-reason h2 {
        font-size: 25px;
    }
    .topreason-diploma {
        margin-top: 10%;
    }
    .topreason-diploma .main-image-class .icon-img {
        left: 45%;
    }
    .topreason-diploma .main-image-class-second .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-third .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-fourth .icon-img {
        left: 44%;
    }
}

@media(min-width:577px) and (max-width:768px) {
    .topreason-diploma .main-image-class-third .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-fourth .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-second .icon-img {
        left: 41%;
    }
    .topreason-diploma .title-top-reason h2 {
        font-size: 28px;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .topreason-diploma .title-top-reason h2 {
        font-size: 30px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .topreason-diploma .main-image-class .icon-img {
        left: 45%;
    }
    .topreason-diploma .main-image-class-second .icon-img {
        left: 43%;
    }
    .topreason-diploma .main-image-class-third .icon-img {
        left: 44%;
    }
    .topreason-diploma .main-image-class-fourth .icon-img {
        top: 37%;
        left: 45%;
    }
    .topreason-diploma .title-top-reason h2 {
        margin-bottom: 3%;
        font-size: 30px;
    }
}