/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


.width-20{
    width:20%!important;
}

.frame-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    transition: transform 0.3s ease;
}

    

    .frame-box img {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        margin-right: 15px;
    }

.frame-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.frame-content p {
    font-size: 14px;
    color: #555;
}
.h-2-7{
    font-size:2.7rem!important;
}

.mt-20{
    margin-top:20px;

}

.container-2 {
    display: flex;
    justify-content: space-between;
    
}

.features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .feature-img {
        height:70px;
        margin-bottom: 10px;
    }

.features h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:5px;
}

.features p {
    font-size: 14px;
}

.mobile-container {
    display: flex;
    gap: 20px;
}

.mobile {
    width:470px;
    height: auto;
}

.h-90{
    height:90px;
}
.pt-0{
    padding-top:0!important
}
.pt-40 {
    padding-top: 40px !important
}

.pl-5{
    padding-left:30px;
}

.m-20{
    margin-top:20px;
}

.h-link.active {
    color: #623ea0 !important;
}

.h-3 {
    font-size: 2.775rem!important;
}

.h6--lg {
    font-size: 1.15rem;
}

.h2--md {
    font-size: 2.7rem;
}

.h-450{
    height:450px;
}
/*.nav-border {
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px 20px!important;
    color: white !important;
    background-color: transparent;
}*/


/*.nav-border:hover {
    background-color: white;
    color: #7e57c2 !important;*/ /* match your purple theme */
    /*transition: all 0.3s ease;
}*/


@media (max-width: 992px) {
    .container-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .features {
        width: 100%;
    }

    .mobile-container {
        margin: 20px 0;
    }
}

/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .width-20 {
        width: 100% !important;
    }
    .mobile {
        width: 356px;
        height: auto;
    }
    .h-3 {
        font-size: 2.075rem !important;
    }
    .h2--md {
        font-size: 1.6rem;
    }
    .h-2-7 {
        font-size: 1.6rem!important;
    }
    .h-450 {
        height: auto;
    }
}