#main-slider .carousel p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#main-slider .carousel .btn-slide {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: "Nunito Sans", Sans-serif;
}

.text-center h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
}

.text-center p {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    text-align: center;
}

.about {
    background: #f9f9f9;
    padding: 50px;
}

p {
    color: #333;
    font-size: 16px;
    font-family: "Nunito Sans", Sans-serif;
    text-align: justify;
}

h1 {
    color: #333;
    font-size: 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 25px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 23px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 540;
}

#partner p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

#partner h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.contact-info h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.num {
    color: #1bbd36;
}

.copyright {
    font-weight: 500;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
}

.copyright a {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
}

.container {
    width: 100% !important;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.column {
    padding: 20px;
    box-sizing: border-box;
}

.img-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.text-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.img-col img {
    height: 430px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .img-col,
    .text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cyber_ai {
        margin-top: 10px !important;
    }

    .crm_main_title {
        padding-bottom: 10px !important;
    }

    .column {
        padding: 5px !important;
    }

    .img-col img {
        height: auto !important;
    }

    .crm_title {
        font-size: 21px !important;
        margin-top: 30px !important;
        padding-bottom: 8px;
    }
}

.cyber_ai {
    margin-top: 50px;
}

.crm_title {
    font-size: 28px;
    color: #0a3d62;
    margin-top: -4px;
    padding-bottom: 8px;
}

.crm_main_title {
    padding-bottom: 20px;
}
