Screen.css dosyasını açın hocam orada " .fields .field-wrapper:nth-of-type(2) " diye arama yapın css içeriğine " height: 83px; " eklemesi yapın. Yani son hali şöyle olmalı;

.fields .field-wrapper:nth-of-type(2) {
border-top: none;
border-bottom: none;
height: 83px;
}