.mainImg {
    width: 100%;
    height: 100%;
}

h1.section-title::after {
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    margin: 0 auto;
    background-color: #ca8a04; /*#e0622f*/
}

.screenshotImg {
    cursor: pointer;
}