.control-aftr {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding-top: 50px;
}


.aftr-photo img {
    border-radius: 15px 15px 15px 15px;
}

.aftr-photo {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
}

.control-aftr-content {
    padding-top: 45px;
    max-width: 705px;
    text-align: start;
}

.aftr-title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 10px;
}

.aftr-content {
    font-size: 16px;
    color: #555;
}

.aftr-content p {
    margin-bottom: 20px;
}

.befor-title {
    font-size: 17px;
    font-weight: 600;
    color: #166735;
}