footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.header-text {
    color: #020041;
    transition: transform 0.3s ease; /* плавная анимация */
}

.text-main-color {
    color: #027BFF;
}

.s-text-img {
    width: 400px;
}

.clearfix {
    padding: 50px;
}

.my-text-md-size {
    /* font-size: 24px; */
}

.my-text-b-size {
    /* font-size: 35px; */
    font-weight: bold;
}

.text-img {
    width: 200px;
    margin: 10px;
}

.to-main-i {
    font-size: 1em;
    transform: scale(2);
    transition: transform 0.3s ease; /* плавная анимация */
    margin: 10px;
}

.to-main-i:hover {
    color: #06018a;
    transform: scale(2.3); /* увеличение размера иконки при наведении */
}

.header-text:hover {
    color: #06018a;
}

.friendly-interface {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .my-text-md-size {
        /* font-size: 20px; */
    }

    .my-text-b-size {
        /* font-size: 25px; */
    }

    .s-text-img {
        width: 300px;
        padding: 0;
        margin-top: 0;
    }

    .img-fluid {
        width: 64px;
        height: 64px;

    }
}

.img-fluid {
    width: 128px;
    height: 128px;
}

/* margin-right: 10px; */
@media (max-width: 768px) {
    .my-text-md-size {
        /* font-size: 20px; */
    }

    .my-text-b-size {
        /* font-size: 25px; */
    }

    .s-text-img {
        width: 300px;
        padding: 0;
        margin-top: 0;
    }

    .img-fluid {
        width: 64px;
        height: 64px;
    }

    .centered-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

