
.component-gallery {
    padding-top: 116px;
}
.gallery {
    padding-top: 20px;
}
.gallery .card {
    border: none;
}
.gallery .row {
    margin-bottom: 34px;
}
.gallery .card .image {
    width: 360px;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.gallery .card-title {
    text-align: center;
    font-family: 'Gilroy-Bold0', sans-serif;
    font-size: 24px;
    padding-top: 13px;
    line-height: 30px;
}
.gallery .card-text {
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 24px;
    line-height: 29px;
}