#pf_sec_main *{
    color: #000;
}
#pf_sec_main{
    padding: 200px 0px 100px;
}
#pf_sec_main .row:nth-child(2) > div:nth-child(1) .img_container {
    background: rgb(0 0 0 / 6%);
}
#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container {
    overflow: hidden;
    background-color: #b01973;
}
#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container img{
    width: 100%;
    transition: 0.4s ease-out;
}
#pf_sec_main .row:nth-child(2) > div:nth-child(1) .img_container:hover img {
    height: unset;
}
.img_container {
    height: 600px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    overflow: hidden;
}
.img_container:hover:before {
    opacity: 1;
}
.img_container:hover .info {
    opacity: 1;
}
.img_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backdrop-filter: blur(2px);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.img_container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}
#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container:hover img{
    right: -70px;
    top: 140px;
    width: 80%;
    height: 80%;
}
#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container img{
    left: unset;
    right: -90px;
    object-fit: cover;
    top: 40px;
    transition: 0.4s ease-out
}
.img_container .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transition: 0.5s;
    top: 280px;
    left: 40%;
}
.img_container .info h1 {
    margin: 0px;
}
.img_container .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}
.img_container .info h2.sub-heading{
    font-weight: 900;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0.07em;
}
.img_container .info a {
    padding: 0.6rem;
    cursor: pointer;
    transition: 0.4s ease;
    border-radius: 30px;
    font-family: 'Whyte';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170.19%;
    letter-spacing: 0.3px;
    width: 152px;
    height: 47px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    border: 1px solid #000 !important;
}

.img_container .info a:hover {
    background: #000 !important;
    color: #FFF !important;
}
/*#pf_sec_main .row:nth-child(2) > div:nth-child(1) .img_container:hover .info a{*/
/*    background: #101010;*/
/*    box-shadow: 0px 40px 70px rgba(96, 96, 96, 0.25);*/
/*    color: #FFF;*/
/*}*/
/*#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container:hover .info a{*/
/*    border: 1px solid #181818;*/
/*    color: #181818;*/
/*    box-shadow: 0px 40px 70px rgba(96, 96, 96, 0.25);*/

/*}*/
#pf_sec_main .row:nth-child(2) > div:nth-child(2) .img_container .info{
    margin-left: -250px;
    left: 50%;
    width: 500px;
}
@media only screen and (max-width: 600px) {
    #pf_sec_main{
        padding: 100px 0px 70px;
    }
}
