.btn-grad {background-image: linear-gradient( to right, #16222a 0%, #3a6073 51%, #16222a 100% );}.btn-grad {margin: 10px 0px;padding: 15px 45px;text-align: center;text-transform: uppercase;transition: 0.5s;background-size: 200% auto;color: white;box-shadow: 0 0 20px #eee;border-radius: 10px;display: block;}.btn-grad:hover {background-position: right center;color: #fff;text-decoration: none;}.lead {font-weight: 400;}.about-text {font-size: 20px;margin-bottom: 15px;color: white;font-weight: 600;}.about-text span {width: 100%;display: inline-block;padding: 5px 0;}#about-bg {width: 100%;height: 100vh;background: url("../img/about-bg.webp") center center;background-size: cover;position: relative;z-index: 1;padding: 0;margin-bottom: -120px;}#about-bg:before {content: "";background: rgba(0, 0, 0, 0.4);position: absolute;bottom: 0;top: 0;left: 0;right: 0;}#about-bg .container {z-index: 2;}#about-bg h1 {margin: -100px 0 20px 0;font-size: 48px;font-weight: 700;line-height: 56px;color: #fff;}#about-bg h2 {color: #eee;margin-bottom: 50px;font-size: 24px;}#about-bg .get-started-icon {font-size: 24px;background-image: linear-gradient( -225deg, #ff057c 0%, #8d0b93 50%, #321575 100% );padding: 14px;color: #fff;border-radius: 50px;position: relative;z-index: 5;box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);}#about-bg .btn-get-started {font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 16px;letter-spacing: 1px;display: inline-block;transition: 0.5s;margin-left: -10px;padding: 8px 26px 8px 26px;color: #fff;background: #37383d;border-radius: 0 50px 50px 0;position: relative;z-index: 4;}#about-bg .btn-get-started:hover {background-image: linear-gradient( -225deg, #ff057c 0%, #8d0b93 50%, #321575 100% );}.spl-box {width: 100%;padding: 5px 10px;color: white;text-align: center;font-size: 25px;background-image: linear-gradient( -225deg, #ff057c 0%, #8d0b93 50%, #321575 100% );border: 1px solid linear-gradient(-225deg, #ff057c 0%, #8d0b93 50%, #321575 100%);border-radius: 6px;margin: 5px 0;}.spl-box h5, .spl-box h5 a:link {padding-top: 5px;color: #fff;}.spl-box i {margin-top: 10px;}@media only screen and (min-width: 320px) and (max-width: 754px) {.about-text {font-size: 100%;margin-top: -60px;}.about-text span {width: 100%;display: inline-block;padding: 5px 0;}#about-bg {height: 90vh;}}