section .t-wrapper {
   background: var(--gray-background-1);
}
section .t-wrapper .t-text-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-top: 30px;
}
section .t-wrapper .t-icons {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    text-align: center;
}
img.t-icon {
    width: 10%;
    align-self: center;
    padding-bottom: 10px;
}

section .t-wrapper .t-icons .t-block:nth-child(2) img.t-icon {
    width: 10%;
    padding-bottom: 10px;
}

img.t-icon:hover {
    transform: scale(1.2);
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
 section .t-wrapper {
    padding-bottom: 40px;
 }
  section .t-wrapper .t-icons {
    flex-direction: row;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
 }
 section .t-wrapper .t-text-container {
    width: 60%;
 }
 img.t-icon {
    width: 25%;
 }
 
 section .t-wrapper .t-icons .t-block:nth-child(2) img.t-icon {
    width: 65%;
 }

}

@media only screen and (min-width: 992px) {
 img.t-icon {
     width: 20%;
     padding-bottom: 20px;
 }
 .t-block {
    width: 30%;
 }
 section .t-wrapper .t-icons .t-block:nth-child(2) img.t-icon {
    width: 23%;
    padding-bottom: 20px;
 }
}
