.main-banner__text {
    position: absolute;
    right: 50px;
    top: 30px;
    color: #1D3A86;
    background: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 3px;
    font-weight: bold;
}
.main-banner__preview {
    font-size: 34px;
    margin-bottom: 35px;
    line-height: 1.2;
}
.main-banner__detail {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 15px;
}
@media (min-width: 1271px) {
    .main-banner__wrap.main-banner__custom {
        top: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .main-banner__preview {
        font-size: 18px;
    }
    .main-banner__detail {
        font-size: 10px;
    }
}
@media (max-width: 576px) {
    .main-banner__preview {
        margin-bottom: 15px;
    }
    .main-banner__text {
        left: 10px;
        top: 10px;
        font-size: 13px;
        padding: 5px;
        text-align: center;
        width: 50%;
        max-width: 200px;
    }
}
@media (max-width: 576px) {
    .main-banner__detail {
        top: 15px;
        bottom: auto;
    }
}
@media (max-width: 450px) {
    .main-banner__preview {
        display: none;
    }
}