.medcenter-banner-main {
    position: relative;
    border-radius: 20px;
    border: 1px solid #5BBDC5;
    overflow: hidden;
}
.medcenter-banner-main_text {
    position: absolute;
    left: 40px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 620px;
    height: 100%;
}
.medcenter-banner-main_title {
    color: #009AA6;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: -6px;
    line-height: 100%;
    font-family: "IBM Plex Sans", sans-serif;
}
.medcenter-banner-main_title__short {
    color: #009AA6;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 100%;
    font-family: "IBM Plex Sans", sans-serif;
}
.medcenter-banner-main_desc {
    color: #009AA6;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 900px) {
    .medcenter-banner-main_text {
        position: relative;
        left: unset;
        top: unset;
        text-align: center;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
        display: block;
        max-width: none;
    }
    .medcenter-banner-main_title {
        color: #009AA6;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: unset;
        line-height: 100%;
        font-family: "IBM Plex Sans", sans-serif;
    }
    .medcenter-banner-main_title__short {
        color: #009AA6;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: unset;
        line-height: 100%;
        font-family: "IBM Plex Sans", sans-serif;
    }
    .medcenter-banner-main_desc {
        color: #009AA6;
        font-size: 16px;
        line-height: 150%;
    }
}