[style*="--aspect-ratio"]> :first-child {
    width: 100%;
}

[style*="--aspect-ratio"]>img {
    height: auto;
}

@supports (--custom: property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"]> :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.med-btn-pink {
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    background-color: #EA0054;
    padding: 10px 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .khong-con-lo-au {
        font-size: 32px;
        font-weight: bold;
    }
    .da-co-medigo{
        font-size: 20px;
        color: #3D3D3D;
    }
    .why-text-content {
        font-size: 16px;
        color: #3D3D3D;
    }
}

@media only screen and (min-width: 768px) {
    .video {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .khong-con-lo-au {
        font-size: 32px;
        font-weight: bold;
    }
    .da-co-medigo{
        font-size: 20px;
        color: #3D3D3D;
    }
    .why-text-content {
        font-size: 16px;
        color: #3D3D3D;
    }
}

@media only screen and (min-width: 1200px) {
    .video {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .khong-con-lo-au {
        font-size: 42px;
        font-weight: bold;
    }
    .da-co-medigo{
        font-size: 24px;
        color: #3D3D3D;
    }
    .why-text-content {
        font-size: 20px;
        color: #3D3D3D;
    }
}