.author-wrap .content img {
  width: 150px !important;
  height: auto;
}

.choose-img-wrap img:nth-child(2) {
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    left: -16%;
    position: absolute;
    width: 100px !important;
}
.slider__area{
  padding-top: 5rem;
}


/* Overlay */
#maintenancePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup box */
.popup-box {
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

/* Close button */
#closePopup {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}