.learn-more {
   color:#ffffff;
   font-size: 20px;
  }

.read-more {
    transition: 0.4s;
}

.learn-more-container {
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    box-shadow: -1px 4px 13px -1px rgb(0 0 0 / 30%);
    background-color: #00aeef;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s ease-in;
}

.learn-more-container.big {
    width: 86px;
    height: 86px;
}


.section-dark {
    background-color: #f0f0f0;
}

.next-link:hover, .next-link:focus{
    color: #00aeef;
}

.offer-img {
    height: 240px;
}


@media screen and (max-width:480px){
    .brand-logo {
        display: none;
    }

    .logo-icon {
        display: block;
    }

    .learn-more-container {
        width: 60px;
        height: 60px;
    }
}

