.ca-blue {
    color: #2393d0;
}

.ca-txt-m {
    font-weight: 500 !important;
}

.ca-intro-bg {
    background-color: #efefef;
}

.ca-intro-mg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ca-intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 20px;
    margin-top: 100px;
}

.ca-intro-title {
    color: #2d2c2c;
    font-weight: 100;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
}

.ca-more {
    color: #2393D0;
    font-size: 18px;
}

.ca-more:hover {
    color: #2393D0;
    border-bottom: solid 1px #2393D0;
}

.ca-intro-img {
    max-width: 100%;
}

.ca-box-size {
    width: 60%;
}

.ca-box-size h1 span {
    font-weight: 500;
}

.ca-intro-desc {
    margin-top: 30px;

}

.ca-intro-desc h2 {
    color: #2d2c2c;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ca-intro-desc p {
    color: #2d2c2c;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.ca-footer-divisor {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ca-footer-divisor hr {
    border-top: 1px solid rgba(77, 77, 77, 0.4);
}

.ca-services-download {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.ca-sd-img {
    max-width: 160px;
}

.ca-sd-img-app {
    margin-right: 15px;
    margin-bottom: 15px;
}