.alpana_about_section .about_card {
    padding: 50px 0px;
}

.alpana_about_section .about_card .about_card_heading {
    position: relative;
    display: block;
    padding-bottom: 57px;
    text-align: center;
    padding-top: 20px;
}

.alpana_about_section .about_card .about_card_heading .up_heading {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.alpana_about_section .about_card .about_card_heading .up_heading span.left {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ff5e14;
    margin-right: 14px;
    top: -6px;
}

.alpana_about_section .about_card .about_card_heading .up_heading h6 {
    position: relative;
    display: inline-block;
    color: #ff5e14;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.alpana_about_section .about_card .about_card_heading .up_heading span.right {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ff5e14;
    margin-left: 15px;
    top: -6px;
}

.alpana_about_section .about_card .about_card_heading .down_heading {
    font-size: 50px;
    line-height: 20px;
    color: #001659;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}


.alpana_about_section .about_card .about_row {
    position: relative;
    display: flex;
    display: block;
    background: #ffffff;
    z-index: 1;
}

.alpana_about_section .about_card .about_row .row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.alpana_about_section .about_card .about_row .row1 .row2 {
    position: relative;
    display: block;
    height: 370px;
    width: 344px;
    overflow: hidden;
}

.alpana_about_section .about_card .about_row .row1 .row2 .row_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 25px;
}

.alpana_about_section .about_card .about_row .row1 .row2 .row_img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgb(42 54 87 / 98%);
    opacity: 0;
    z-index: 1;
    content: "";
}

.alpana_about_section .about_card .about_row .row1 .row2:hover .row_img::before {
    opacity: 0.8;

}

.alpana_about_section .about_card .about_row .row1 .row2 .row_img img {
    transition: .5s ease;
    transform: scale(1.05);
    object-fit: cover;
}

.alpana_about_section .about_card .about_row .row1 .row2:hover .row_img img {
    transform: scale(1);
    object-fit: cover;

}

.alpana_about_section .about_card .about_row .row1 .row_box {
    width: 350px;
    height: 342px;
    margin-top: 25px;
    align-content: center;
    justify-items: center;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom {
    position: relative;
    display: block;
    align-content: center;
    justify-items: center;
    border: 1px solid rgb(131, 134, 145);
    padding: 38px 35px 13px;
    /* padding: 50px 35px 42px; */
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_img {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom:hover .bottom_img {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_img img {
    height: 50px;
    width: 50px;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_text {
    padding-top: 10px;
    position: relative;
    display: block;
    text-align: center;

}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_text span {
    color: #838691;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 24px;
    color: #001659;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_text h2:hover {
    color: #ff5e14;
    cursor: pointer;
    transition: 1s all ease;
}

.alpana_about_section .about_card .about_row .row1 .row_box .bottom .bottom_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #838691;
}