
.mobile-only {
    display:none !important;
}
.section-title {
    padding: 120px 0 100px 0;
    display: flex;
    justify-content: center;
}

.section-title .title-box {
    display: flex;
    align-items: center;
}
.section-title .title-box .text-box {
   position: relative;
   z-index: 9;
}

.section-title .title-box .text-box p {
    position: absolute;
    top: 0;
    width: 800px;
    text-align: center;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
 }

.section-title .title-box img {
    height: 20px;
    /* width: 40px; */
}

.section-title .title-box .text-box .title-bottmo-line {
    position: absolute;
    top: 0;
    background-color: #0d3daf;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    z-index: 9;
    left: 50%;
    transform: translate(-50%);
    top: 110%;
}

.section-title h3 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 20px;
    z-index: 9;
}
.section-title p {
    color: #eee;
    /* color: #fafbfe; */
    text-transform: uppercase;
    font-size: 50px;
}

.normal-text {
    font-size: 16px;
}

.medium-text {
    font-size: 20px;
}

.large-text {
    font-size: 28px;
}

.max-text {
    font-size: 36px;
}

.try-out {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(74, 119, 230, .7);
    color: #fff;
    border-radius: 70px;
    position: fixed;
    top: 70%;
    right: 35px;
    z-index: 999;
    cursor: pointer;
}

.justify {
    text-align: justify;
}

.overflow-hidden {
    overflow: hidden;
}

@media (max-width: 768px) {
    .mobile-only {
        display:block !important;
    }
    .pc-only {
        display:none !important;
    }
    .section-title {
        padding: 40px 0 30px 0;
    }
    .section-title h3 {
        font-size: 20px;
    }
    .section-title p {
        font-size: 22px;
    }
    
    .max-text {
        font-size: 18px;
        font-weight: bold;
    }
    .large-text {
        font-size: 16px;
        font-weight: bold;
    }
    .medium-text {
        font-size: 14px;
        font-weight: bold;
    }
    .normal-text {
        font-size: 14px;
    }
    /* .container {
        width: 100%;
    } */
}