.pegasus_tabs .et_pb_all_tabs .et_pb_tab h3 {
    font-size: 50px;
    color: #000000;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400;
    width: 23.6%;
    margin-right: 2%;
    float: left;
    letter-spacing: -1px;
}

.pegasus_tabs .et_pb_all_tabs .et_pb_tab p {
    width: 74.4%;
    float: left;
}

.pegasus_tabs ul.et_pb_tabs_controls:after {
    display: none !important;
}

.pegasus_tabs .et_pb_tabs_controls li.et_pb_tab_active,
.pegasus_tabs .et_pb_tabs_controls li:hover {
    box-shadow: 0 30px 70px 0 #c7c7c7 !important;
}

.pegasus_tabs .et_pb_tabs_controls li:last-child {
    margin-right: 0 !important;
}

.pegasus_tabs .et_pb_tabs_controls li a {
    display: block;
    cursor: pointer !important;
    height: auto !important;
    text-align: center;
    padding: 2.5vw 0 2vw !important;
}

.pegasus_tabs .et_pb_tabs_controls li {
    transition: 0.3s;
    width: 14.5%;
    margin-right: 2.6%;
    float: left !important;
}

.pegasus_tabs .et_pb_all_tabs {
    clear: both;
    padding-top: 51px;
}

.pegasus_tabs .et_pb_all_tabs:before {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background-color: #333333;
    margin-bottom: 48px;
}

.pegasus_tabs .et_pb_row{
    opacity: 0;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .pegasus_tabs .et_pb_tabs_controls li a {
        padding: 40px 0 !important;
    }
}
@media only screen and (max-width: 1390px) {
    .pegasus_tabs .et_pb_row {
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    .pegasus_tabs .et_pb_all_tabs .et_pb_tab p {
        width: 100% !important;
    }

    .pegasus_tabs .et_pb_all_tabs .et_pb_tab h3 {
        font-size: 40px !important;
        width: 100% !important;
    }

    .pegasus_tabs .et_pb_all_tabs:before {
        height: 60px;
        margin-bottom: 30px;
    }

    .pegasus_tabs .et_pb_all_tabs {
        clear: both;
        padding-top: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .pegasus_tabs .et_pb_tabs_controls li:nth-child(3n + 3) {
        margin-right: 0 !important;
    }

    .pegasus_tabs .et_pb_tabs_controls li {
        width: 30% !important;
        margin-right: 5% !important;
        margin-bottom: 5%;
    }

    .pegasus_tabs .et_pb_all_tabs {
        padding-top: 20px;
    }

    .pegasus_tabs .et_pb_all_tabs:before {
        height: 40px;
        margin-bottom: 20px;
    }

    .pegasus_tabs .et_pb_all_tabs .et_pb_tab h3 {
        font-size: 30px !important;
    }

    .pegasus_tabs .et_pb_tabs_controls li a {
        padding: 30px 10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .pegasus_tabs .et_pb_tabs_controls li {
        width: 45% !important;
        margin-right: 10% !important;
    }

    .pegasus_tabs .et_pb_tabs_controls li:nth-child(3n+3) {
        margin-right: 10% !important;
    }

    .pegasus_tabs .et_pb_tabs_controls li:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .pegasus_tabs .et_pb_tabs_controls li a {
        padding: 20px 10px !important;
    }

}
