h2 {
    font-size: 50px;
}

h4 {
    font-size: 30px;
}

.figure2 {
    width: 55%;
    right: 9%;
}

.figure3 {
    margin-top: calc(104px + 6rem);
}

.figure4 {
    width: 30%;
}

.figure5 {
    bottom: 67%;
}

@media screen and (max-width: 575.9px) {
    .vh-100 {
        height: 470px !important;
    }

    .banner-principal img:nth-child(2) {
        display: none;
    }

    h2 {
        font-size: 30px;
        padding: 0 20px;
    }

    p {
        font-size: 15px;
    }

    .figure2 {
        content: url(../resources/figures/figure2.svg);
        left: -30%;
        right: auto;
        width: 100% !important;
        max-width: 90% !important;
    }

    .figure3 {
        margin-top: 354px !important;
        height: 719px;
        transform: translateX(5px);
    }

    .banner-cont {
        overflow-x: hidden;
    }

    .banner-img {
        width: 160%;
        max-width: 160%;
        transform: translateX(-18.75%);
    }

    .fe p {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 991.9px) {
    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 17px;
    }

    p {
        font-size: 11px;
    }

    .figure3 {
        margin-top: 155.578px;
    }
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color: #FFF !important;
    border-color: #FC541F !important;
    color: #FC541F;
}

.btn-primary:hover {
    background-color: #FC541F !important;
}