.about_miga {
    color: #212121;
}

.about_container {
    font-size: 15px;
    max-width: 1100px;
    margin-bottom: 30px;
}

.about_logo {
    margin-left: -20px;
}

.about_content {
    color: #002E58;
    text-align: left;
}

.about_content-text {
    margin-top: 20px;
    font-size: 14px;
}

.about_content-sign {
    margin-top: 20px;
    color: #0069a6;
}

.about_content-know {
    color: #1f7bb1;
}

.about_content-plans {
    margin-top: 20px;
    width: 300px;
    float: left;
}

.about_content-plans a {
    text-decoration: none;
}


.about_content-plans a p {
    width: 256px;
    font-size: 14px;
    text-align: center;
}


.about_content-quote {
    margin-top: 20px;
    float: left;
    margin-left: 10px;
}

.about_content-quote a {
    text-decoration: none;
}

.about_content-quote a p {
    width: 256px;
    text-align: center;
    font-size: 14px;
}

.about_mobile_content {
    margin-top: 20px;
    color: #002E58;
    text-align: justify;
}

.about__mobile--container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.about_mobile_logo {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}



.about_mobile_logo img {
    width: 40%;
}

.about_mobile_content-offer {
    align-self: center;
    width: 50%;
}

.about_mobile_content-text {
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.about_mobile_content-sign {
    margin-top: 20px;
    margin-bottom: 10px;
}

.about_mobile_content-sign b {
    color: #076da8;
    font-size: 16px;
}

.about_mobile_content-know {
    color: #2780b3;
    font-size: 15px;
}

.about_mobile_content-plans {
    margin-top: 20px;
}

.about_mobile_content-quote {
    margin-top: 20px;
}

