.why_starport {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    min-height: 800px;
    background-position: center;
}
.why_starport_content {
    position: relative;
}
.why_starport:before {
    position: absolute;
    content: '';
    top: -180px;
    left: 0;
    width: 100%;
    height: 300px;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/iharmoni/assets/images/blurline.png);
}
.why_starport_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1E3753;
    margin-bottom: 80px;
    position: relative;
}
.why_starport_title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 150px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 440px;
    height: 2px;
    background-color: #008FF8;
}
.why_starport_title:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 116px;
    height: 29px;
    background-image: url("data:image/svg+xml,%3Csvg width='112' height='28' viewBox='0 0 112 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0L17.1432 9.67376H27.3148L19.0858 15.6525L22.229 25.3262L14 19.3475L5.77101 25.3262L8.9142 15.6525L0.685208 9.67376H10.8568L14 0Z' fill='%23FF0A00'/%3E%3Cpath d='M56 0L59.1432 9.67376H69.3148L61.0858 15.6525L64.229 25.3262L56 19.3475L47.771 25.3262L50.9142 15.6525L42.6852 9.67376H52.8568L56 0Z' fill='%23FF0A00'/%3E%3Cpath d='M98 0L101.143 9.67376H111.315L103.086 15.6525L106.229 25.3262L98 19.3475L89.771 25.3262L92.9142 15.6525L84.6852 9.67376H94.8568L98 0Z' fill='%23FF0A00'/%3E%3C/svg%3E%0A");
}
.cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.card {
    flex: 0 0 33.333%;
    padding: 0 12px;
}
.card_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #008FF8;
    margin: 8px 0px;
}
.card_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2C2D2E;
    margin: 8px 0px;
}

.why_starport_top_img {
    display: none;
}
.why_starport_block {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .why_starport_title:after {
        width: 315px;
    }
    .why_starport_title {
        margin-bottom: 40px;
    }
    .why_starport {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 768px) {
    .cards {
        flex-direction: column;
    }
    .why_starport_title:after {
        width: 200px;
    }
}

@media only screen and (max-width: 576px) {
    .why_starport {
        background-image: none !important;
        padding: 50px 0;
    }
    .why_starport_top_img {
        display: block;
        width: 100%;
    }
    .why_starport_top_img img {
        width: 100%;
        position: relative;
    }
    .why_starport_title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .why_starport_title:before {
        top: 0;
    }
    .why_starport_title:after {
        display: none;
    }
    .card_title {
        font-size: 18px;
    }
}