.main-section {
    margin: 200px 0px;
}

.modules {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.modules .module {
    background: white;
    max-width: 280px;
    width: 280px;
    border-radius: 8px;
    color: #000;
}

.modules .module:hover,
.modules .module:active {
    color: #4154f1;
}

.modules .module img {
    width: 100%;
    height: 85%;
}

.modules .module h5 {
    margin: 0px;
    text-align: center;
}