.two_col img {
    width: 100%;
    object-fit: cover;
}

.two_col .row {
    margin: 60px 0 60px;
}

.two_col .main-title {
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.two_col .desc {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.two_col a {
    line-height: 32px;
    color: var(--primary);
    border: 3px solid var(--primary);
    padding: 20px;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.two_col .row>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.two_col h2 {
    text-align: center;
    color: var(--primary);
    font-size: 50px;
    font-family: 'Calligraffitti', cursive;
}