a.free-consultation {
    width: 180px;
    min-width: 180px;
    margin: 20px 0 0;
}

.how-to-start {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 80px 0px 0;
}

.how-to-start div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-to-start a {
    margin: 0 15px;
}

@media only screen and (max-width: 500px) {
    .how-to-start div {
        flex-direction: column;
    }

    .how-to-start a {
        margin: 10px 0;
    }
}

/*how-contact*/
.how-contact {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.how-contact a {
    width: 280px;
    height: 105px;
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 24px;
    position: relative;
    background: #000;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 30px;
}

.how-contact a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px -1px -2px -1px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #c6b18f), to(#1b160c));
    background: linear-gradient(to top, #c6b18f 50%, #1b160c);
}

div.how-contact-wa a {
    flex-direction: row-reverse;
}

.how-contact a p {
    flex-direction: column;
    display: flex;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

.how-contact a.how-contact-call p {
    color: #c8a467;
    font-size: 24px;
}

.how-contact a.how-contact-call p span {
    color: #fff;
    font-size: 28px;
}

.how-contact a div {
    width: 50px;
    height: 50px;
    background-size: cover !important;
}

.how-contact-wa a div {
    background: url(https://yuccahq.com/wp-content/themes/child-theme/images/original-wa-icon.png) no-repeat center;
}

.how-contact-call a div {
    background: url(https://yuccahq.com/wp-content/themes/child-theme/images/gray-call-icon.png) no-repeat center;
}

@media only screen and (max-width: 600px) {
    .how-contact {
        flex-direction: column;
    }
}

.how-contact div.how-contact-wa, .how-contact div.how-contact-call {
    opacity: 0;
    visibility: hidden;
}

.how-contact.come-in div.how-contact-wa {
    transform: translateX(-300px);
    animation: animLTR ease-out 1s 0.5s forwards;
}

.how-contact.come-in div.how-contact-call {
    transform: translateX(300px);
    animation: animRTL ease-out 1s 0.5s forwards;
}
