/*== Section-1 ==*/

.edubin-section-addon-1 {
    position: relative;
    display: block;
    height: 600px;
    width: 570px;
}
.edubin-section-addon-1 .front-image-1 {
    position: absolute;
    left: 40px;
    top: 40px;
}
.edubin-section-addon-1 .front-image-1 img {
    width: 465px;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}
.edubin-section-addon-1 .front-image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.edubin-section-addon-1 .front-image-2 img {
    width: 262px;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.24);
}