.container-services article { margin-bottom: 4rem; }
.container-services header { background-color: inherit;}
.container-services h2 { font-size: 50px; font-weight: 700; }
.container-services .grid-2 { grid-template-columns: repeat(2, 1fr); }
.container-services .service-features li { padding-right: 20px; margin-bottom: 3px; }

.container-single-service h2 { font-size: 50px; font-weight: 700; }

.container-services .lets-text { font-size: 80px; line-height: 80px; }

.container-single-service .feature-icon { background-color: var(--let-btn-active-bg); border-radius: 100%; padding: 30px; width: 20px; height: 20px; font-size: 30px; font-weight: 600; }
.container-single-service .question-point { width: 180px; height: 180px; }

.container-single-service .internal-linking li a { color: var(--let-text-color-primary); font-weight: 500; }
.container-single-service .internal-linking li a:hover { opacity: 0.6; }

.container-single-service .lets-tip { font-size: 100px; line-height: 100px; margin-bottom: 80px; }
.container-single-service .lets-tip span { font-size: 130px; line-height: 100px; }

.service-img { width: 100%;}
.service-img.btlr { border-top-left-radius: 100px; }
.service-img.btrr { border-top-right-radius: 100px; }

.float-wrapper { position: relative; height: 200px; margin: 45px auto 0; } 
.floating-box { width: 200px; height: 200px; display: flex; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); animation: float 3s ease-in-out infinite; } 
.shadow { position: absolute; bottom: -20px; left: 50%; width: 80px; height: 20px; background: rgba(0,0,0,0.5); border-radius: 50%; transform: translateX(-50%); filter: blur(4px); animation: shadow 3s ease-in-out infinite; } 
@keyframes float { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,-20px); } } 
@keyframes shadow { 0%,100% { width: 80px; opacity: 0.25; } 50% { width: 60px; opacity: 0.15; } }

@media only screen and (max-width:431px) and (min-width:320px) {
    html { font-size: 90%; } 
    .mobile-br { display: block; }
    .container-services h2 { font-size: 40px; }
    .container-single-service h2 { font-size: 40px; line-height: 48px; }
    .container-single-service .lets-tip { font-size: 40px; line-height: 48px; }
    .container-single-service .lets-tip span { font-size: 50px; line-height: 58px; } 

    .container-single-service .feature-icon { font-size: 20px; padding: 20px; }

}