@import url("variable.css");
.page-template-template-ftx-control-center .site-content .site-main .container {
    max-width: 1150px;
}

.ftx-control-center-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: calc(90vh - 120px) !important;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}
.ftx-control-banner-inner {
    max-width: 600px;
    margin: 0 auto;
}
.ftx-control-center-banner .ftx-control-banner-inner .heading-48 {
    font-weight: 600;
}
.ftx-control-center-banner .ftx-control-banner-inner .description {
    font-weight: 500;
}

/* Learn How To section css start  */
.learn-how .learn-item .learn-logo {
    width: 146px;
    height: 146px;
    margin-bottom: 20px;
}
.learn-how .learn-item .learn-title {
    font-size: 20px;
    color: var(--navyslate);
    font-weight: 600;
}
@media(max-width:768px) {
    .learn-how .learn-item .learn-logo {
        width: 100px;
        height: 100px;
    }
}
/* Learn How To section css end  */

/* Courses To Explore css start here */
.courses-section {
    background: var(--lightgrayish-blue);
}
/* Courses To Explore css end here */

/* Responsive */
@media(max-width:991px) { 
    .ftx-control-center-banner {
        min-height: inherit !important;
    }
    .learn-how .mb-5 {
        margin-bottom: 20px !important;
    }
}

@media(max-width:575px) {
    .learn-item {
        margin-bottom: 20px;
    }
    .row>div[class^="col-"]:last-child .learn-item:last-child {
        margin-bottom: 0;
    }
    .learn-how .mb-5 {
        margin-bottom: 20px !important;
    }
}