body {
  color: #4f4f4f !important;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .big-title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .noted {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #125efa;
    font-weight: 900;
  }
  .span-blue {
    color: #125efa !important;
  }
  .btn.btn-with-icon__singleline_white {
    background-color: white !important;
    font-family: "Poppins";
    font-size: 6px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #125efa;
    border: 1px solid #125efa;
  }
  .btn.btn-with-icon__singleline_white span {
    margin-right: 5px;
  }
  .btn.btn-with-icon__singleline_white span img {
    height: 15px;
  }
  .btn.btn-with-icon__singleline_red {
    background-color: #fe0000 !important;
    font-family: "Poppins";
    font-size: 6px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_red span {
    margin-right: 5px;
  }
  .btn.btn-with-icon__singleline_red span img {
    height: 15px;
  }
  .btn.btn-with-icon__singleline_blue {
    background-color: #125efa !important;
    font-family: "Poppins";
    font-size: 6px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_blue span {
    margin-right: 5px;
  }
  .btn.btn-with-icon__singleline_blue span img {
    height: 20px;
  }
  .btn.btn-round-big {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #125efa;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
  }
  .header .navbar {
    --bs-navbar-toggler-focus-width: none !important;
  }
  .header .navbar .navbar-brand img {
    width: 222px !important;
    height: 62px !important;
  }
  .header .navbar .navbar-collapse {
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    transition: 0;
    width: 171px;
    border-radius: 0 0 10px 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 12px;
    color: #333333 !important;
    line-height: 27px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #125efa !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-button .btn {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 12px;
    color: white !important;
    line-height: 18px;
  }
  /* .header .navbar .navbar-collapse .navbar-nav .nav-button .btn.btn-round {
    background-color: #125efa;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
  } */
  .underline {
    color: #125efa;
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .header .navbar .navbar-collapse.collapse {
    transition: none;
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse.collapse.show {
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse.collapse.show .nav-button a {
    background-color: #125efa;
    border-radius: 0 0 10px 10px;
  }
  .header .navbar .navbar-toggler {
    border: none;
  }
  .header .navbar .navbar-toggler .close {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #125efa;
  }
  .header .navbar .navbar-toggler:focus {
    border: none !important;
  }
  .header .navbar .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
  }
  .header .navbar .navbar-toggler:not(.collapsed) > .close {
    display: inline-block;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/hamburger.svg");
    vertical-align: middle;
  }
  .header .banner {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    background: url("/assets/images/banner/background.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .header .banner .big-title-banner {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0;
  }
  .header .banner .description {
    font-family: "Poppins";
    font-size: 8px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 10px;
  }
  .header .banner .content {
    padding-top: 100px;
  }
  .header .banner .content .group-button .btn {
    padding: 2 10px;
    margin: 5px 0;
    width: 100px;
  }
  .header .banner .content .group-button .btn.btn-with-icon__singleline_blue {
    font-family: "Poppins";
    font-size: 6px !important;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .banner .image-banner {
    position: relative;
  }
  .header .banner .image-banner .btn-float-1 {
    position: absolute;
    top: 72%;
    left: -30px;
  }
  .header
    .banner
    .image-banner
    .btn-float-1
    .btn.btn-with-icon__singleline_red {
    font-family: "Poppins";
    font-size: 6px;
    font-weight: 600;
    line-height: 6px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .header
    .banner
    .image-banner
    .btn-float-1
    .btn.btn-with-icon__singleline_red
    span {
    margin-right: 5px;
  }
  .header
    .banner
    .image-banner
    .btn-float-1
    .btn.btn-with-icon__singleline_red
    span
    img {
    height: 15px;
  }
  .header .banner .image-banner .btn-float-2 {
    position: absolute;
    top: 40%;
    right: -20px;
  }
  .header
    .banner
    .image-banner
    .btn-float-2
    .btn.btn-with-icon__singleline_blue {
    font-family: "Poppins";
    font-size: 6px;
    font-weight: 600;
    line-height: 6px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .header
    .banner
    .image-banner
    .btn-float-2
    .btn.btn-with-icon__singleline_blue
    span {
    margin-right: 5px;
  }
  .header
    .banner
    .image-banner
    .btn-float-2
    .btn.btn-with-icon__singleline_blue
    span
    img {
    height: 15px;
  }
  .header .banner .btn-float-3 {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .featured {
    padding: 40px 10px;
  }
  .featured .section-1 .description {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 40px;
  }
  .featured .section-2 {
    margin-top: 50px;
  }
  .featured .section-2 .big-title {
    margin-bottom: 50px;
  }
  .featured .section-2 .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
    padding: 0;
  }
  .featured .section-2 .card-content .card .column {
    height: 100%;
  }
  .featured .section-2 .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .featured .section-2 .card-content .card .card-body {
    padding: 10px 0;
  }
  .featured .section-2 .card-content .card .card-img-top {
    width: auto !important;
    height: 30px !important;
  }
  .featured .section-2 .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .featured .section-2 .card-content .card .card-text,
  .featured .section-2 .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .featured .section-2 .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .mobileapps {
    padding-bottom: 30px;
  }
  .mobileapps img {
    width: 70%;
  }
  .mobileapps .big-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mobileapps .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .mobileapps .card-content .card .column {
    height: 100%;
  }
  .mobileapps .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .mobileapps .card-content .card .card-img-top {
    width: auto !important;
    height: 32px !important;
  }
  .mobileapps .card-content .card .card-body {
    padding: 10px 0;
  }
  .mobileapps .card-content .card .card-body .card-title {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .mobileapps .card-content .card .card-body .card-text,
  .mobileapps .card-content .card .card-body .card-text > ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .mobileapps .card-content .card .card-body ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services {
    padding-bottom: 30px !important;
  }
  .user-services > img {
    height: 70%;
  }
  .user-services .big-title {
    margin-top: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .user-services .description {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .user-services .card-content img {
    margin-right: auto;
    text-align: left !important;
    width: 70%;
  }
  .user-services .card-content .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .user-services .card-content .card-title {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services .card-content .card-text,
  .user-services .card-content .card-text > ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services .card-content ul > li {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .video-tutorial {
    text-align: center;
    padding-bottom: 100px;
  }
  .video-tutorial .big-title {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 20px !important;
  }
  .video-tutorial .card-content {
    padding-bottom: 20px !important;
  }
  .video-tutorial .card-content .group-button {
    padding-bottom: 20px !important;
  }
  .video-tutorial .content-video {
    padding-bottom: 20px !important;
  }
  .video-tutorial .content-video img {
    width: 70%;
  }
  .market-segmentation img {
    width: 100%;
  }
  .footer {
    background-color: #333333;
    min-height: 100px;
    padding: 0 20px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top .logo-footer img {
    width: 222px;
    height: 50px;
    margin: 20px;
  }
  .footer .footer-top .logo-footer .left-foot-text {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white !important;
    margin: 20px 0;
  }
  .footer .footer-top .contact .title,
  .footer .footer-top .social-media .title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white;
  }
  .footer .footer-top .contact .icon,
  .footer .footer-top .social-media .icon {
    margin-bottom: 5px;
  }
  .footer .footer-top .contact .description,
  .footer .footer-top .social-media .description {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    color: white;
  }
  .footer .footer-top .contact .description ul,
  .footer .footer-top .social-media .description ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .footer-top .contact .icon-sosmed,
  .footer .footer-top .social-media .icon-sosmed {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .footer hr {
    border-top: 2px solid white !important;
    opacity: 1;
  }
  .footer .footer-bottom {
    text-align: center;
    color: white;
    padding: 0px 20px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .big-title {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
  .noted {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #125efa;
    font-weight: 900;
  }
  .span-blue {
    color: #125efa !important;
  }
  .btn.btn-with-icon__singleline_white {
    background-color: white !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #125efa;
    border: 1px solid #125efa;
  }
  .btn.btn-with-icon__singleline_white span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_white span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_red {
    background-color: #fe0000 !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_red span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_red span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_blue {
    background-color: #125efa !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_blue span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_blue span img {
    height: 40px;
  }
  .btn.btn-round-big {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #125efa;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
  }
  .header .navbar {
    --bs-navbar-toggler-focus-width: none !important;
  }
  .header .navbar .navbar-brand img {
    width: 222px !important;
    height: 62px !important;
  }
  .header .navbar .navbar-collapse {
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    transition: 0;
    width: 171px;
    border-radius: 0 0 10px 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 12px;
    color: #333333 !important;
    line-height: 27px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #125efa !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-button .btn {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 12px;
    color: white !important;
    line-height: 18px;
  }
  /* .header .navbar .navbar-collapse .navbar-nav .nav-button .btn.btn-round {
    background-color: #125efa;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
  } */
  .underline {
    color: #125efa;
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .header .navbar .navbar-collapse.collapse {
    transition: none;
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse.collapse.show {
    transition: 0.5s;
    background-color: white;
    position: absolute;
    right: 0;
    top: 50px;
    right: 30px;
    border-radius: 10px;
  }
  .header .navbar .navbar-collapse.collapse.show .nav-button a {
    background-color: #125efa;
    border-radius: 0 0 10px 10px;
  }
  .header .navbar .navbar-toggler {
    border: none;
  }
  .header .navbar .navbar-toggler .close {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #125efa;
  }
  .header .navbar .navbar-toggler:focus {
    border: none !important;
  }
  .header .navbar .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
  }
  .header .navbar .navbar-toggler:not(.collapsed) > .close {
    display: inline-block;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/icons/hamburger.svg");
    vertical-align: middle;
  }
  .header .banner {
    position: relative;
    height: -moz-fit-content;
    background: url("/assets/images/banner/background.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .header .banner .big-title-banner {
    font-family: "Poppins";
    font-size: 39px;
    font-weight: 800;
    line-height: 48.41px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 !important;
  }
  .header .banner .description {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .banner .content {
    padding-top: 100px;
  }
  .header .banner .content .group-button {
    padding: 15px;
  }
  .header .banner .content .group-button .btn {
    width: 180px;
  }
  .header .banner .image-banner {
    position: relative;
  }
  .header .banner .image-banner .btn-float-1 {
    position: absolute;
    top: 72%;
    left: -30px;
  }
  .header .banner .image-banner .btn-float-2 {
    position: absolute;
    top: 40%;
    right: -30px;
  }
  .header .banner .btn-float-3 {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .header .navbar-toggler {
    border: none;
  }
  .header .navbar-toggler .navbar-toggler-icon {
    background-image: url("/assets/images/icons/hamburger.svg");
    vertical-align: middle;
  }
  .featured {
    padding: 100px;
  }
  .featured .section-1 .description {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
  }
  .featured .section-2 {
    margin-top: 50px;
  }
  .featured .section-2 .big-title {
    margin-bottom: 50px;
  }
  .featured .section-2 .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .featured .section-2 .card-content .card .column {
    height: 100%;
  }
  .featured .section-2 .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .featured .section-2 .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .featured .section-2 .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .featured .section-2 .card-content .card .card-text,
  .featured .section-2 .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .featured .section-2 .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps {
    padding-bottom: 100px;
  }
  .mobileapps img {
    width: 95%;
  }
  .mobileapps .big-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mobileapps .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .mobileapps .card-content .card .column {
    height: 100%;
  }
  .mobileapps .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .mobileapps .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .mobileapps .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .mobileapps .card-content .card .card-text,
  .mobileapps .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services {
    padding-bottom: 100px !important;
  }
  .user-services img {
    width: 95%;
  }
  .user-services .big-title {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .user-services .description {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .user-services .card-content img {
    margin-right: auto;
    text-align: left !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .user-services .card-content .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .user-services .card-content .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services .card-content .card-text,
  .user-services .card-content .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services .card-content ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .video-tutorial {
    text-align: center;
    padding-bottom: 100px;
  }
  .video-tutorial .big-title {
    padding: 0 !important;
    margin: 0 !important;
  }
  .video-tutorial .card-content {
    padding: 60px;
  }
  .video-tutorial .content-video {
    padding-top: 100px;
  }
  .market-segmentation img {
    width: 100%;
  }
  .footer {
    background-color: #333333;
    min-height: 100px;
    padding: 0 20px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top .logo-footer img {
    width: 222px;
    height: 50px;
    margin: 20px;
  }
  .footer .footer-top .logo-footer .left-foot-text {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white !important;
    margin: 20px 0;
  }
  .footer .footer-top .contact .title,
  .footer .footer-top .social-media .title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white;
  }
  .footer .footer-top .contact .icon,
  .footer .footer-top .social-media .icon {
    margin-bottom: 5px;
  }
  .footer .footer-top .contact .description,
  .footer .footer-top .social-media .description {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    color: white;
  }
  .footer .footer-top .contact .description ul,
  .footer .footer-top .social-media .description ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .footer-top .contact .icon-sosmed,
  .footer .footer-top .social-media .icon-sosmed {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .footer hr {
    border-top: 2px solid white !important;
    opacity: 1;
  }
  .footer .footer-bottom {
    text-align: center;
    color: white;
    padding: 0px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
  .noted {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #125efa;
    font-weight: 900;
  }
  .span-blue {
    color: #125efa !important;
  }
  .btn.btn-with-icon__singleline_white {
    background-color: white !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #125efa;
    border: 1px solid #125efa;
  }
  .btn.btn-with-icon__singleline_white span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_white span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_red {
    background-color: #fe0000 !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_red span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_red span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_blue {
    background-color: #125efa !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_blue span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_blue span img {
    height: 40px;
  }
  .btn.btn-round-big {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #125efa;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
  }
  .header .navbar .navbar-brand img {
    width: 222px !important;
    height: 62px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px;
    color: #125efa !important;
    line-height: 25px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-button .btn {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: white !important;
    line-height: 25px;
  }
  /* .header .navbar .navbar-collapse .navbar-nav .nav-button .btn.btn-round {
    background-color: #125efa;
    color: white;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
  } */
  .header .navbar .navbar-collapse.collapse .show .nav-button a {
    background-color: #fe0000 !important;
  }
  .header .banner {
    position: relative;
    height: 100vh;
    background: url("/assets/images/banner/background.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .header .banner .big-title-banner {
    font-family: "Poppins";
    font-size: 39px;
    font-weight: 800;
    line-height: 48.41px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 !important;
  }
  .header .banner .description {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .banner .content {
    padding-top: 100px;
  }
  .header .banner .content .group-button {
    padding: 15px;
  }
  .header .banner .content .group-button .btn {
    width: 180px;
  }
  .header .banner .image-banner {
    position: relative;
  }
  .header .banner .image-banner .btn-float-1 {
    position: absolute;
    top: 72%;
    left: -30px;
  }
  .header .banner .image-banner .btn-float-2 {
    position: absolute;
    top: 40%;
    right: -30px;
  }
  .header .banner .btn-float-3 {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .header .navbar-toggler {
    border: none;
  }
  .header .navbar-toggler .navbar-toggler-icon {
    background-image: url("/assets/images/icons/hamburger.svg");
    vertical-align: middle;
  }
  .featured {
    padding: 100px;
  }
  .featured .section-1 .description {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
  }
  .featured .section-2 {
    margin-top: 50px;
  }
  .featured .section-2 .big-title {
    margin-bottom: 50px;
  }
  .featured .section-2 .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .featured .section-2 .card-content .card .column {
    height: 100%;
  }
  .featured .section-2 .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .featured .section-2 .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .featured .section-2 .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .featured .section-2 .card-content .card .card-text,
  .featured .section-2 .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .featured .section-2 .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps {
    padding-bottom: 100px;
  }
  .mobileapps img {
    width: 95%;
  }
  .mobileapps .big-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mobileapps .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .mobileapps .card-content .card .column {
    height: 100%;
  }
  .mobileapps .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .mobileapps .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .mobileapps .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .mobileapps .card-content .card .card-text,
  .mobileapps .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services {
    padding-bottom: 100px !important;
  }
  .user-services img {
    width: 95%;
  }
  .user-services .big-title {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .user-services .description {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .user-services .card-content img {
    margin-right: auto;
    text-align: left !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .user-services .card-content .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .user-services .card-content .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services .card-content .card-text,
  .user-services .card-content .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services .card-content ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .video-tutorial {
    text-align: center;
    padding-bottom: 100px;
  }
  .video-tutorial .big-title {
    padding: 0 !important;
    margin: 0 !important;
  }
  .video-tutorial .card-content {
    padding: 60px;
  }
  .video-tutorial .content-video {
    padding-top: 100px;
  }
  .market-segmentation img {
    width: 100%;
  }
  .footer {
    background-color: #333333;
    min-height: 100px;
    padding: 0 20px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top .logo-footer img {
    width: 222px;
    height: 50px;
    margin: 20px;
  }
  .footer .footer-top .logo-footer .left-foot-text {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white !important;
    margin: 20px 0;
  }
  .footer .footer-top .contact .title,
  .footer .footer-top .social-media .title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white;
  }
  .footer .footer-top .contact .icon,
  .footer .footer-top .social-media .icon {
    margin-bottom: 5px;
  }
  .footer .footer-top .contact .description,
  .footer .footer-top .social-media .description {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    color: white;
  }
  .footer .footer-top .contact .description ul,
  .footer .footer-top .social-media .description ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .footer-top .contact .icon-sosmed,
  .footer .footer-top .social-media .icon-sosmed {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .footer hr {
    border-top: 2px solid white !important;
    opacity: 1;
  }
  .footer .footer-bottom {
    text-align: center;
    color: white;
    padding: 0px 20px 20px 20px;
  }
}
@media (min-width: 1400px) {
  .big-title {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.1em;
    padding: 10px;
  }
  .noted {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #125efa;
    font-weight: 900;
  }
  .span-blue {
    color: #125efa !important;
  }
  .btn.btn-with-icon__singleline_white {
    background-color: white !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #125efa;
    border: 1px solid #125efa;
  }
  .btn.btn-with-icon__singleline_white span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_white span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_red {
    background-color: #fe0000 !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_red span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_red span img {
    height: 40px;
  }
  .btn.btn-with-icon__singleline_blue {
    background-color: #125efa !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
  }
  .btn.btn-with-icon__singleline_blue span {
    margin-right: 20px;
  }
  .btn.btn-with-icon__singleline_blue span img {
    height: 40px;
  }
  .btn.btn-round-big {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #125efa;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
  }
  .header .navbar .navbar-brand img {
    width: 222px !important;
    height: 62px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px;
    color: #125efa !important;
    line-height: 25px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-button .btn {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: white !important;
    line-height: 25px;
  }
  /* .header .navbar .navbar-collapse .navbar-nav .nav-button .btn.btn-round {
    background-color: #125efa;
    color: white;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
  } */
  .header .navbar .navbar-collapse.collapse .show .nav-button a {
    background-color: #fe0000 !important;
  }
  .header .banner {
    position: relative;
    height: 100vh;
    background: url("/assets/images/banner/background.svg") no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .header .banner .big-title-banner {
    font-family: "Poppins";
    font-size: 39px;
    font-weight: 800;
    line-height: 48.41px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 0 !important;
  }
  .header .banner .description {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .banner .content {
    padding-top: 100px;
  }
  .header .banner .content .group-button {
    padding: 15px;
  }
  .header .banner .content .group-button .btn {
    width: 180px;
  }
  .header .banner .image-banner {
    position: relative;
  }
  .header .banner .image-banner .btn-float-1 {
    position: absolute;
    top: 72%;
    left: -30px;
  }
  .header .banner .image-banner .btn-float-2 {
    position: absolute;
    top: 40%;
    right: -30px;
  }
  .header .banner .btn-float-3 {
    position: absolute;
    bottom: -30px;
    right: 30px;
  }
  .header .navbar-toggler {
    border: none;
  }
  .header .navbar-toggler .navbar-toggler-icon {
    background-image: url("/assets/images/icons/hamburger.svg");
    vertical-align: middle;
  }
  .featured {
    padding: 100px;
  }
  .featured .section-1 .description {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
  }
  .featured .section-2 {
    margin-top: 50px;
  }
  .featured .section-2 .big-title {
    margin-bottom: 50px;
  }
  .featured .section-2 .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .featured .section-2 .card-content .card .column {
    height: 100%;
  }
  .featured .section-2 .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .featured .section-2 .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .featured .section-2 .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .featured .section-2 .card-content .card .card-text,
  .featured .section-2 .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .featured .section-2 .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps {
    padding-bottom: 100px;
  }
  .mobileapps img {
    width: 95%;
  }
  .mobileapps .big-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .mobileapps .card-content .card {
    color: #4f4f4f;
    border: none;
    height: 100%;
  }
  .mobileapps .card-content .card .column {
    height: 100%;
  }
  .mobileapps .card-content .card img {
    margin-right: auto;
    text-align: left !important;
  }
  .mobileapps .card-content .card .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .mobileapps .card-content .card .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .mobileapps .card-content .card .card-text,
  .mobileapps .card-content .card .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .mobileapps .card-content .card ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services {
    padding-bottom: 100px !important;
  }
  .user-services img {
    width: 95%;
  }
  .user-services .big-title {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .user-services .description {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .user-services .card-content img {
    margin-right: auto;
    text-align: left !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .user-services .card-content .card-img-top {
    width: auto !important;
    height: 70px !important;
  }
  .user-services .card-content .card-title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .user-services .card-content .card-text,
  .user-services .card-content .card-text > ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .user-services .card-content ul > li {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .video-tutorial {
    text-align: center;
    padding-bottom: 100px;
  }
  .video-tutorial .big-title {
    padding: 0 !important;
    margin: 0 !important;
  }
  .video-tutorial .card-content {
    padding: 60px;
  }
  .video-tutorial .content-video {
    padding-top: 100px;
  }
  .market-segmentation img {
    width: 100%;
  }
  .footer {
    background-color: #333333;
    min-height: 100px;
    padding: 0 20px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top .logo-footer img {
    width: 222px;
    height: 50px;
    margin: 20px;
  }
  .footer .footer-top .logo-footer .left-foot-text {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white !important;
    margin: 20px 0;
  }
  .footer .footer-top .contact .title,
  .footer .footer-top .social-media .title {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: white;
  }
  .footer .footer-top .contact .icon,
  .footer .footer-top .social-media .icon {
    margin-bottom: 5px;
  }
  .footer .footer-top .contact .description,
  .footer .footer-top .social-media .description {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    color: white;
  }
  .footer .footer-top .contact .description ul,
  .footer .footer-top .social-media .description ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .footer-top .contact .icon-sosmed,
  .footer .footer-top .social-media .icon-sosmed {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .footer hr {
    border-top: 2px solid white !important;
    opacity: 1;
  }
  .footer .footer-bottom {
    text-align: center;
    color: white;
    padding: 0px 20px 20px 20px;
  }
}
.content-form {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 0px 20px;
}

.form .form-check {
  margin-bottom: 15px;
}
.form .form-check-label {
  padding: 3.5px 0 0 7px;
}
.form .form-check-input {
  width: 25px !important;
  height: 25px !important;
}
.form .btn.btn-round {
  background: #bdbdbd;
  color: white;
  width: 268px;
  border-radius: 50px;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: 0.05em;
  text-align: center;
}
.form .card {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 18.15px;
  letter-spacing: 0.05em;
  text-align: left;
  border: none;
  min-height: 500px;
}
.form .card .card-body {
  margin: 0;
  padding: 0;
}
.form .card .card-title.big-title {
  padding: 0 !important;
  margin: 0;
  font-family: "Poppins";
  font-size: 31px;
  font-weight: 800;
  line-height: 38.73px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #4f4f4f !important;
}
.form .card .card-text {
  color: #4f4f4f;
}
.form .card .card-text.description {
  margin: 30px 0;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  letter-spacing: 0.05em;
  text-align: left;
}
.form .card .card-text .title {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form .card .card-text .form-label {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 15px 0;
}
.form .card .card-text .form-label .mandatory {
  color: #fe0000;
  padding: 0 5px;
}

.select2-selection__rendered{
  margin-top: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  margin-top: 0.7px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  margin-top: 0.7px;
}
