.access-top-section-content {
    padding-top: 56px;
    padding-bottom: 56px;
}

.access-top-section-content img {
    border-radius: 24px;
    width: 100%;
}

.access-top-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.access-top-content-wrapper .top-content {
    max-width: 636px;
    width: 100%;
}

.access-top-content-wrapper .top-content h1 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
}


.access-top-content-wrapper .top-content p {
    color: var(--grey-font-color);
    font-size: 16px;
    line-height: 150%;
}

.access .products h3 {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    margin-bottom: 32px;
    text-align: center;
}

.access .products .blocks {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.access .products .blocks .block:nth-child(even) {
    flex-direction: row-reverse;
}

.access .products .blocks .block {
   align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.access .products .blocks .block .title {
    font-weight: 600;
    font-size: 16px;
    color: #0A0A0A;
}

.access .products .blocks .block .description {
    font-size: 16px;
    color: #424242;
    margin-top: 16px;
}

.access .products .blocks .block .info {
    max-width: 713px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .access-top-content-wrapper,
    .access .products .blocks .block,
    .access .products .blocks .block:nth-child(even){
        flex-direction: column;
    }
    .access-top-content-wrapper .top-content{
        max-width: 100%;
    }
    .access-top-section-content img,
    .access-images-baccess,
    .access .products .blocks .block .image img{
        width: 100%;
    }
    .access .products h3 {
        text-align: left;
    }
    .access .products .blocks .block .title {
        font-size: 24px;
    }
    .access-top-section-content {
        padding-top: 32px;
        padding-bottom: 0;
    }
    .access-top-section {
        margin-bottom: 20px;
    }
}