.pd {
    padding: 0 !important;
}

.text-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.text-subtile {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.icon-background {
    background-color: #fff;
    width: 60px;
    height: 65px;
}

.icon {
    color: #457BBE;
    background-color: #fff;
    font-size: 22px;
}


.contact-button {
    background-color: #457BBE;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #457BBE;
    width: 100%;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
}


.color-color {
    background-color: #457BBE;
    height: 18px;
}

.text-contact {
    text-align: left;
    font: normal normal bold 17px/20px Roboto;
    letter-spacing: 0.94px;
    color: #000000;
    opacity: 1;
}