body{
    background: #F9F9F9;
}

.fotosession-title-header{
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 50px;
    opacity: 0.78;
}

.fotosession{
    margin: 100px auto;
    width: 1200px;
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
}

.fotosession-container{
    position: relative;
    width: 300px;
    height: 350px;
    background: linear-gradient(225deg, #f84e6d 1%, #F16781, #F16781);
    box-shadow: 0px 8px 31px -19px #000;
    border-radius: 2%;
}

.fotosession-inner{
    position: absolute;
    width: 65%;
    height: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-calendar-check{
    font-size: 40px;
    color: #fff;
}

.fa-file-image{
    font-size: 36px;
    color: #fff;
}

.fa-hourglass-half{
    font-size: 36px;
    color: #fff;
}

.fotosession-inner h3{
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.6px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fotosession-inner p{
    color: #fff;
    font-size: 16zpx;
    margin: 0;
    padding: 0;
}

.fungera-cta-button{
    border: 2px solid #F2618E;
    display: block;
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #F2618E;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 20px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

/************************Desktop Size*************************/

@media only screen and (max-width: 1250px){
    
    .fotosession{
        width: 1000px;
        margin: 30px auto;
    }

    .fotosession-title-header{
    
    }
    
    .random-testimonail-icon {
        position: absolute;
        right: 250px;
        top: 1020px;
        height: 400px;
        transform: rotate(45deg) translate(10px, -175px);
        z-index: 0;
        transform-origin: center center;
    }
}


@media only screen and (max-width: 1130px){
    
    .fotosession{
        width: 900px;
        margin-bottom: 150px;
    }

    .fotosession-container{
        position: relative;
        width: 250px;
        height: 300px;
        background: linear-gradient(225deg, #f84e6d 1%, #F16781, #F16781);
        border-radius: 2%;
    }

    .fa-calendar-check{
        font-size: 30px;
        color: #fff;
    }
    
    .fa-file-image{
        font-size: 26px;
        color: #fff;
    }
    
    .fa-hourglass-half{
        font-size: 26px;
        color: #fff;
    }
    
    .fotosession-inner h3{
        font-size: 18px;
        color: #fff;
        letter-spacing: 1.6px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .fotosession-inner p{
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }
    
    .random-testimonail-icon {
        position: absolute;
        right: 250px;
        top: 1020px;
        height: 300px;
        transform: rotate(45deg) translate(10px, -175px);
        z-index: 0;
        transform-origin: center center;
    }
}

@media only screen and (max-width: 1000px){

    .fotosession{
        width: 700px;
    }
    
    .fotosession-container{
        position: relative;
        width: 200px;
        height: 250px;
        background: linear-gradient(225deg, #f84e6d 1%, #F16781, #F16781);
        border-radius: 2%;
    }

    .fa-calendar-check{
        font-size: 25px;
        color: #fff;
    }
    
    .fa-file-image{
        font-size: 20px;
        color: #fff;
    }
    
    .fa-hourglass-half{
        font-size: 20px;
        color: #fff;
    }
    
    .fotosession-inner h3{
        font-size: 16px;
        color: #fff;
        letter-spacing: 1.6px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .fotosession-inner p{
        color: #fff;
        font-size: 13px;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }

}

@media only screen and (max-width: 750px){

    .random-testimonail-icon {
        position: absolute;
        right: 250px;
        top: 1020px;
        height: 300px;
        transform: rotate(45deg) translate(275px, -100px);
        z-index: 0;
        transform-origin: center center;
    }

    .fotosession{
        width: 100%;
        flex-direction: column; 
        transform: translateY(0);
        margin-bottom: 100px;
    }

    .fotosession-container{
        position: relative;
        margin: 0 auto;
        width: 70%;
        height: 470px;
        background: linear-gradient(225deg, #f84e6d 1%, #F16781, #F16781);
        border-radius: 2%;
        margin-bottom: 60px;
    }
    
    .fotosession-inner{
        height: auto;
    }

    .fotosession-title-header{
        transform: translateY(0);
    }

    .fa-calendar-check,
    .fa-hourglass-half, 
    .fa-file-image{
        width: 100%;
        font-size: 84px;
        text-align: center;
        margin-bottom: 20px;
    }

    .fotosession-inner h3{
        font-size: 32px;
        text-align: center;
    }

    .fotosession-inner p{
        margin-top: 20px;
        text-align: center;
        font-size: 24px;
    }

}

@media only screen and (max-width: 640px){

    .fotosession-title-header{
        margin-top: 100px;
    }

}

@media only screen and (max-width: 490px){

    .fotosession-title-header{
        height: 100px;
    }

    .fotosession-container{
        height: 390px;
    }

    .random-testimonail-icon {
        left: 0px;
        bottom: 20px;
        height: 300px;
        transform: translateY(5px);
        z-index: 0;
        transform-origin: center center;
    }

}

@media only screen and (max-width: 530px){

    .fa-calendar-check,
    .fa-hourglass-half, 
    .fa-file-image{
        width: 100%;
        font-size: 72px;
        text-align: center;
        margin-bottom: 20px;
    }  
    
    .fotosession-inner h3{
        font-size: 26px;
        text-align: center;
    }

    .fotosession-inner p{
        margin-top: 16px;
        text-align: center;
        font-size: 18px;
    }

}
