

.bst-resume__row {
    margin-top: 20px;
    margin-bottom: 20px;
}


.bst-resume__content {
    margin-left: 35px;
    border-bottom: 2px solid #122d7d;
    padding: 5px 0 5px 0;
    margin-right: 35px;
}
.bst-resume__field:last-child .bst-resume__content {
    border-bottom: none;
    margin-bottom: 100px;
}
.bst-resume__title {
    color: #122d7d;
    font-size: 65px;
    margin: 0;
    padding: 0;
}

.bst-resume__caption {
    color: #122d7d;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 30px;
}
.bst-resume__text {
    color: #122d7d;
    text-align: center;
    margin: 0;
    padding: 0;
}
.bst-resume__field {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bst-resume__text-group {
    display: flex;
    flex-direction: column;
}

.bst-resume__text-group {
    font-size: 20px;
}

.bst-resume__text-group p {
    color: #122d7d;
    margin: 0;
    padding: 0;

}
.bst-resume__text-group span:last-child {
    color: #7d7f98;
    font-size: 15px;
}


.bst-resume__logo {
    height: 150px;
    width: 150px;
    max-width: none;
    border-radius: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .bst-resume__field {
        display: block;
    }

    .bst-resume__caption {
        padding: 20px 0;
    }
}
