.aboutArea .aboutBox .top{
    margin: 13% 0;
}

.aboutArea .aboutBox .Txt{
    color: #3e3a39;
}

.aboutArea .aboutBox .Txt h2{
   margin: 13% 0 7% 0;
}

.aboutArea .aboutBox .top img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-top: 15%;
}

.aboutArea .aboutBox .bottom .Txt{
    margin-left: -10%;
}

.aboutArea .aboutBox .bottom img{
    width: 80%;
    display: block;
    margin-right: auto;
    margin-top: 25%;
}

@media (max-width:991px) {
    .aboutArea{
        padding: 40% 0 23% 0;
    }

    .aboutArea .aboutBox{
        padding: 0 5%;
    }

    .aboutArea .aboutBox .top{
        margin: 30% 0 15% 0;
    }

    .aboutArea .aboutBox .top img{
        width: 100%;
        margin-top: 10%;
    }

    .aboutArea .aboutBox .bottom .Txt{
        margin-left: 3%;
    }

    .aboutArea .aboutBox .bottom img{
        width: 100%;
        padding: 0 3.5%;
        margin-top: 10%;
    }
}