.ceo-section {
    padding: var(--padding_lg);
    display: flex;
    justify-content: space-between;
}

.ceo-section-one,
.ceo-section-two {
    width: 48%;
}

.ceo-image-section {
    /* position: relative; */
}

.ceo-image-section .ceo-image {
    height: 100%;
    width: 100%;
    /* position: relative; */
    /* overflow: hidden; */
    /* perspective: 10px; */
}

.ceo-image-section .ceo-image .ceo-img {
    /* position: absolute; */
    /* top: -20%; */
    /* bottom: -20%; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-image: url(../images/about/abhishek.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    /* object-fit: cover; */
    /* background-position: center; */
    /* background-position: 50% 50%; */
    /* transform: translateZ(-10px) scale(2); */
    /* z-index: 0; */
    /* transform: translate3d(-10px),scale(2); */
}

.ceo-section-two h2 {
    font-size: 2.5rem;
}

.ceo-section-two h4 {
    padding: 1.5rem 0 1rem;
    border-bottom: 1px solid #8d8d8d;
}

.ceo-section-two .ceo-info {
    padding: 2rem 0 3rem;
}

.ceo-section-two .ceo-social-link .follow-link ul {
    list-style: none;
    display: flex;
    padding-left: 0 !important;
    margin-top: 1rem;
}

.ceo-social-link .follow-link ul li a {
    margin-right: 1rem;
}

.ceo-social-link .follow-link ul li a i {
    font-size: 1.5rem;
    color: #8d8d8d;
}

/* Talk with CEO section */

.talk-with-ceo {
    padding: var(--padding_lg);
    /*background-color: #000000;*/
    color: #ffffff;
}

.talk-with-ceo .talk-heading {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}

.ceo-talks .talk-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.ceo-talks .talk-grid .talk-col {
    background-color: #D91F26;
    color: #000000;
    padding: 1.5rem 1rem;
    height: 200px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ceo-talks .talk-grid .talk-col:hover {
    background-color: #000000;
    transition: all 0.3s ease;
    color: #ffffff;
/*    box-shadow: rgb(217, 31, 37) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;*/
}

.ceo-talks .talk-grid .talk-col .ceo-question {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

/* Talk with CEO section End */

@media(max-width:1044px) {

    .ceo-section,
    .talk-with-ceo {
        padding: var(--padding_md);
    }

}

@media(max-width:768px) {

    .ceo-section,
    .talk-with-ceo {
        padding: var(--padding_sm);
    }

    .talk-with-ceo .talk-heading {
        width: 100%;
    }

    .ceo-talks .talk-grid .talk-col .ceo-question {
        font-size: 1rem;
        padding-bottom: 0.3rem;
        font-weight: 600;
    }

    .ceo-talks .talk-grid .talk-col .ceo-answer {
        font-size: 1rem;
        line-height: 1.2rem;
    }

}

@media(max-width:425px) {

    .ceo-section,
    .talk-with-ceo {
        padding: var(--padding_xs);
    }

    .ceo-section {
        display: flex;
        flex-direction: column;
    }

    .ceo-section-one,
    .ceo-section-two {
        width: 100%;
    }

    .ceo-section-two{
        align-items: center;
        text-align: center;
    }

    .ceo-section-two .ceo-social-link .follow-link{
        display: flex;
        justify-content: center;
    }

    .ceo-section-two h2 {
        padding-top: 1rem;
    }

    .ceo-talks .talk-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    .ceo-talks .talk-grid .talk-col {
        background-color: #D91F26;
        color: #000000;
        padding: 1.5rem 1rem;
        height: 160px;
    }
    
    .ceo-talks .talk-grid .talk-col .ceo-question {
        font-size: 1.2rem;
    }

    .ceo-talks .talk-grid .talk-col .ceo-answer {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}
