.info {
    background-color: rgb(241, 241, 241);
}

.info__wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

.info__background {
    width: 30%;
}

.info__background img {
    max-width: 100%;
    height: 100%;
    display: flex;
}

.info__col {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info__logo {
    max-width: 270px;
}

.info__logo img {
    max-width: 100%;
}

.info__text {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.info__subtitle {
    background: #a8d7e1;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    border-style: double;
    box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
}