* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'leagueSpartan-Black';
    src: url('../font/leagueSpartan/LeagueSpartan-Black.ttf');
}

@font-face {
    font-family: 'leagueSpartan-Bold';
    src: url('../font/leagueSpartan/LeagueSpartan-Bold.ttf');
}

@font-face {
    font-family: 'leagueSpartan-ExtraLight';
    src: url('../font/leagueSpartan/LeagueSpartan-ExtraLight.ttf');
}

@font-face {
    font-family: 'leagueSpartan-Light';
    src: url('../font/leagueSpartan/LeagueSpartan-Light.ttf');
}

@font-face {
    font-family: 'leagueSpartan-Medium';
    src: url('../font/leagueSpartan/LeagueSpartan-Medium.ttf');
}

@font-face {
    font-family: 'leagueSpartan-Regular';
    src: url('../font/leagueSpartan/LeagueSpartan-Regular.ttf');
}

@font-face {
    font-family: 'leagueSpartan-SemiBold';
    src: url('../font/leagueSpartan/LeagueSpartan-SemiBold.ttf');
}

@font-face {
    font-family: 'leagueSpartan-Thin';
    src: url('../font/leagueSpartan/LeagueSpartan-Thin.ttf');
}

body {
    font-family: 'leagueSpartan-Regular';
}

.cus-container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.about-heading {
    color: #2B1918;
    font-family: 'leagueSpartan-Bold';
    font-size: 22px;
    line-height: 166%;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    text-align: center;
}

.about-para {
    color: #000;
font-family: 'leagueSpartan-Light';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 21px */
letter-spacing: 0.42px;
}


.overall-main {
     background: linear-gradient(0deg, #FCEEDB 0%, #FBFBFC 100%);
}


.red {
 width: 100%;
 height: 100%;
 background-image: url(../img/about/red.png);
 background-size: 100% 100%;
 background-position: center;
 padding: 82px 0;
}

.red-name {
    color: #FBF7F2;
    font-family: 'leagueSpartan-Bold';
    font-size: 20px;
    line-height: 166%;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin: 0;
}

.role {
    color: #FBF7F2;
    font-family: 'leagueSpartan-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%; /* 21px */
    letter-spacing: 0.42px;
}

.name-details::after {
    content: "";
    position: absolute;
    width: 53%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -6px;
}

.lists {
    color: #fff;
font-family: 'leagueSpartan-Light';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 21px */
letter-spacing: 0.42px;
}

.black {
 width: 100%;
 height:100%;
 background-image: url(../img/about/black.png);
 background-size: 100% 100%;
 background-position: center;
 padding: 82px 0;
} 

.name-details-black::after {
    content: "";
    position: absolute;
    width: 53%;
    height: 1px;
    background-color: #fff;
    right: 0;
    left: unset;
    bottom: -6px;
}


.A-line-lg::after, .A-line-md::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    height: 60px;
    width: 1px;
    background-image: linear-gradient(0deg, #00000000, #969696, #00000000);
}


@media (max-width:576px) {
    .red-profile-mobile, .black-profile-mobile {
    width: 60%;
}

.red-profile-mobile img, .black-profile-mobile img{
    border-radius: 14px;
}

.black {
    margin-top: -75px;
}

.Stands-Out {
    position: relative;
    top: -50px;
}
}
