﻿/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .welcome-content h1 {
        font-size: 29px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    #section_5-slider-circle .data_cir::after {
        width: 135px;
    }
    #section_5-slider-circle .data_cir-content {
        margin-left: 40px;
        width: 250px;
    }
    #section_5-slider-circle .data_cir:nth-child(1) {
        margin-bottom: 155px;
    }
    #section_5-slider-circle .data_cir:nth-child(2) {
        margin-bottom: 155px;
    }
    #section_5-slider-circle .data_cir:nth-child(3) {
        margin-bottom: 200px;
    }
    #section_5-slider-circle .data_cir:nth-child(4) {
        margin-bottom: 155px;
    }
    #section_5-slider-circle .data_cir:nth-child(5) {
        margin-bottom: 205px;
    }
    #section_5-slider-circle .data_cir:nth-child(6) {
        margin-bottom: 155px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* small mobile :320px. */
@media (max-width: 280px) {
    .welcome-content h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    #section_5-slider-circle .data_cir::after {
        width: 135px;
    }

    #section_5-slider-circle .data_cir-content {
        margin-left: 30px;
        width: 217px;
    }

    #section_5-slider-circle .data_cir:nth-child(1) {
        margin-bottom: 155px;
    }

    #section_5-slider-circle .data_cir:nth-child(2) {
        margin-bottom: 155px;
    }

    #section_5-slider-circle .data_cir:nth-child(3) {
        margin-bottom: 200px;
    }

    #section_5-slider-circle .data_cir:nth-child(4) {
        margin-bottom: 155px;
    }

    #section_5-slider-circle .data_cir:nth-child(5) {
        margin-bottom: 205px;
    }

    #section_5-slider-circle .data_cir:nth-child(6) {
        margin-bottom: 155px;
    }
    .integration-link {
        padding: 8px 10px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        letter-spacing: .58px;
        font-size: 11px;
        line-height: 24px;
        color: #fff;
    }
    .dream-btn {
        min-width: 130px;
        padding: 0 20px;
        font-size: 10px;
        margin-bottom: 10px;
    }
}