﻿.about-content {
    color: #fff;
    font-weight: 100 !important;
    text-align: justify;
}

.about-section p {
    /*line-height: 29px;
    font-size: 19px;*/
    text-align: justify;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}
.about-section-container{
    padding-top: 100px;
}

.header-title {
    width: 100%;
    height: auto;
}
    .header-title h1 {
        /*line-height: 78px;
        font-size: 56px;*/
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 40px;
    }

.btn-container-ab1 {
    display: flex;
    margin-top: 45px;
}

.btn-more-info-ab1 {
    width: 400px;
    padding: 15px 0;
    border-radius: 100px;
    /*font-size: 26.6667px;
    line-height: 31px;*/
    font-weight: 700;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 40px;
    margin-bottom: 100px;
}

    .btn-more-info-ab1 .btn-arrow {
        width: 100px;
        transform: scaleX(1.5);
        font-weight: 700;
        margin-left: 10px;
        /*margin-right: 44px;*/
        /*font-size: 24px;
        top: 5px;*/
        position: relative;
    }

    .btn-more-info-ab1:hover {
        background-color: #ffffff;
        color: #0c41be;
        text-decoration: none;
        border-color: #ffffff;
    }

@media (max-width: 767px) {
    .about-section-container {
        padding-top: 0 !important;
    }
    .header-title h1 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .about-section p {
        padding-bottom: 40px
    }

    .btn-more-info-ab1 {
        /*font-size: 18px;
        line-height: 37px;*/
        width: 100%;
        margin-top: 40px;
        margin-bottom: 50px;
    }

        .btn-more-info-ab1 .btn-arrow {
           
        }
}