
.grid-row{
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.reverse{
    grid-template-columns: 60% 40%;
}
.leading-heading{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    margin: 2rem 0;
    color: #000;
}
.medium-heading{
    font-size: 1.275rem;
    color: #000;
    font-weight: 600;
    margin: 1rem 0;
}
.small-heading{
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin: 1rem 0;
}

.lead-text{
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}
.text-small{
    font-size: 0.875rem;
    opacity: 0.9;
}
.bttn{
    padding: 10px;
    background: #f8f8f8;
    border-radius: 0.575rem;
    /* width: 100%; */
    margin: 10px;
  
}
.btn-buy{
    background: rebeccapurple;
    color: #fff;
    width: 100% !important;
    justify-self: center;

}
.btn-main{
 background: #7E1416;
 border-bottom-right-radius: 1rem;
 color: #fff;
}
.enesst-links{
    text-decoration: none;
    color: #D5B776;
    padding: 10px;
    margin-left: 1rem;
    border-bottom: 1px solid #7E1416;
}
.enesst-list{
    list-style-type: none;
    text-decoration: none;
    padding-top: 5px;
    margin-bottom: 1em;
}
.btn-main:hover{
    color: #fff;
}
.bg-primary{
    background: #0E2C42 !important;
}
.text-enesst-primary{
    color: #0E2C42 !important;
}
.items-center{
    text-align: center;
}
.span-detail{
    margin: 0 2px;
}