.mobile-frame {
    width: 474px; 
    height: 812px; 
    background-image: url('../images/background/mobile-bg.png'); 
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 18%;
    bottom: -5%;
}

@media (min-width:2100px) {
    .mobile-frame {
        right: 26%;
    }
}

@media (max-width:1440px) {
    .mobile-frame {
        right: 11%;
    }
}

@media (max-width:1600px) {
    .mobile-frame {
        bottom: 0;
        right: 15%;
    }
}

@media (max-width:992px) {
    .banner {
        padding-bottom: 150px ! important;   
    }
}
  
@media (max-width:768px) {
    .mobile-frame {
        display: none;
    }
}

@media (min-width:1200px) {
    .banner {
        padding: 156px 220px 70px 220px ! important;
    } 
}

.banner h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 97.9%;
}

.banner .promotion {
    max-width: 603px;
    margin: 31px 0 0 0;
    padding: 20px;
    background-color:#00DBCA;
    border-radius: 4px;
}

.banner .promotion .services {
    list-style: none;
    padding: 0;
    margin: 27px 0 0 0;
}

.banner .promotion .services li {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #00DBCA;
    display: inline-block; 
    margin-right: 12px; 
    margin-bottom: 14px;
    background-color: white;
    border-radius: 30px;
    padding: 3px 14px;
}


.mobile-frame video {
    width: 93%; 
    height: auto; 
    border-radius: 60px;
  }
