.brc-img{
    width: 100%;
    height: auto;
}
.ulol{
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.stblls{
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
}
.stblls:before{
    content: "";
    border-top: 2px solid #e7e7e7;
    position: absolute;
    width: 100%;
    top: 60px;
}
.stblls:after{
    content: "";
    border-top: 2px solid #e7e7e7;
    position: absolute;
    width: 100%;
    bottom: 60px;
}
.brc-btn-tpls{
    display: flex;
    gap: 5px;
}
.brc-btn{width: 50%;display: block;text-align: center;text-align: -webkit-center;border-bottom: 1px solid gray;padding: 10px;font-size: 20px;background-color: #b5b5b5;font-weight: bold;color: black;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;}
.acvt{
    color: white;
}
.cntnt-a h1{
    font-size: 24px;
    font-weight: bold;
}
.cntnt-a h2{
    font-size: 20px;
    font-weight: bold;
}
.ast-crd{
    background-color: #f4f5f9;
    box-shadow: 0 0 10px 0 #e7e7e7;
    border-radius: 9px;
}
